We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8580b77 commit 81304f1Copy full SHA for 81304f1
galvan/build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
api "org.terracotta:terracotta-utilities-port-chooser:0.0.19"
34
35
testImplementation "junit:junit:$junitVersion"
36
- testImplementation "org.mockito:mockito-inline:4.11.0"
+ testImplementation "org.mockito:mockito-core:$mockitoVersion"
37
38
terracottaKit project(":tc-server")
39
terracottaKit project(":terracotta")
gradle.properties
@@ -1,5 +1,5 @@
1
2
-apiVersion=5.12.8
+apiVersion=5.12.9
3
defaultVersion=5.12-SNAPSHOT
4
5
slf4jVersion = 1.7.36
@@ -13,4 +13,4 @@ commonsIOVersion = 2.7
13
logbackVersion = 1.2.13
14
15
org.gradle.parallel=true
16
-
+compileVM=17
0 commit comments