Skip to content

Commit

Permalink
update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
h908714124 committed Mar 5, 2024
1 parent c17392d commit 2e15773
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
11 changes: 2 additions & 9 deletions compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ plugins {

group = 'io.github.jbock-java'

java {
toolchain {
languageVersion = JavaLanguageVersion.of(21)
}
}

compileJava {
options.encoding = 'UTF-8'
sourceCompatibility = '11'
Expand Down Expand Up @@ -58,9 +52,8 @@ dependencies {
compileOnly(simple_component)
annotationProcessor('io.github.jbock-java:simple-component-compiler:1.024')
testImplementation('io.github.jbock-java:compile-testing:0.19.12')
testImplementation('org.junit.jupiter:junit-jupiter:5.10.1')
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
testImplementation('org.mockito:mockito-core:5.8.0')
testImplementation('org.junit.jupiter:junit-jupiter:5.10.2')
testImplementation('org.mockito:mockito-core:5.11.0')
testImplementation(jbock)
testImplementation(simple_component)
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions jbock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ tasks.withType(GenerateModuleMetadata) {

dependencies {
api('io.github.jbock-java:either:1.5.2')
testImplementation('org.mockito:mockito-core:4.8.0')
testImplementation('org.junit.jupiter:junit-jupiter:5.9.1')
testImplementation('org.mockito:mockito-core:5.11.0')
testImplementation('org.junit.jupiter:junit-jupiter:5.10.2')
}

jar {
Expand Down

0 comments on commit 2e15773

Please sign in to comment.