diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-17 12:08:09 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-17 12:08:09 -0600 |
| commit | d8274b1f48e2ccc98b99af0258feb86a5fe24fb7 (patch) | |
| tree | b2df61eda1c7108750d5eb2c99ee60928cccc92f /spec/fixtures/java | |
| parent | 2b1ea8bd1ba20c2f6684f0eed75654c59a0011d3 (diff) | |
Test out gradle groovy builds
Diffstat (limited to 'spec/fixtures/java')
| -rw-r--r-- | spec/fixtures/java/build.gradle.kts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/fixtures/java/build.gradle.kts b/spec/fixtures/java/build.gradle.kts index 7680609..c842888 100644 --- a/spec/fixtures/java/build.gradle.kts +++ b/spec/fixtures/java/build.gradle.kts @@ -1,11 +1,10 @@ plugins { - `java-library` + `java-library` } repositories { - jcenter() + jcenter() } dependencies { - runtime("org.postgresql:postgresql:42.1.4") api("org.apache.commons:commons-math3:3.6.1") implementation("com.google.guava:guava:28.1-jre") testImplementation("junit:junit:4.12") |
