Skip to content

Commit

Permalink
Final Commit to gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
CadenCCC committed Aug 20, 2024
1 parent af0ee54 commit b96d863
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ dependencies {
implementation libs.guava
}


tasks.named('test') {
useJUnitPlatform()
}

java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
Expand All @@ -57,8 +62,4 @@ publishing {
}
}

jar.dependsOn sourcesJar

tasks.named('test') {
useJUnitPlatform()
}
jar.dependsOn sourcesJar

0 comments on commit b96d863

Please sign in to comment.