summaryrefslogtreecommitdiff
path: root/spec/fixtures/java
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-17 12:08:09 -0600
committermo khan <mo.khan@gmail.com>2020-04-17 12:08:09 -0600
commitd8274b1f48e2ccc98b99af0258feb86a5fe24fb7 (patch)
treeb2df61eda1c7108750d5eb2c99ee60928cccc92f /spec/fixtures/java
parent2b1ea8bd1ba20c2f6684f0eed75654c59a0011d3 (diff)
Test out gradle groovy builds
Diffstat (limited to 'spec/fixtures/java')
-rw-r--r--spec/fixtures/java/build.gradle.kts5
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")