summaryrefslogtreecommitdiff
path: root/spec/fixtures/java
diff options
context:
space:
mode:
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")