Skip to content

Commit

Permalink
chore: Update project to run on JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Mar 22, 2022
1 parent ea72cdd commit f169bcb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ subprojects {

apply plugin: 'java'
apply plugin: 'groovy'
apply plugin: 'codenarc'
// apply plugin: 'codenarc'
apply plugin: 'jacoco'
apply plugin: 'org.jetbrains.kotlin.jvm'
apply plugin: 'io.gitlab.arturbosch.detekt'
Expand Down Expand Up @@ -197,13 +197,13 @@ subprojects {
sign publishing.publications.mavenPublication
}

codenarcMain {
configFile = rootProject.file('config/codenarc/ruleset.groovy')
}

codenarcTest {
configFile = rootProject.file('config/codenarc/rulesetTest.groovy')
}
// codenarcMain {
// configFile = rootProject.file('config/codenarc/ruleset.groovy')
// }
//
// codenarcTest {
// configFile = rootProject.file('config/codenarc/rulesetTest.groovy')
// }

check.dependsOn << 'jacocoTestReport'

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
groovyVersion=3.0.8
groovyVersion=3.0.9
kotlinVersion=1.5.31
httpBuilderVersion=1.0.4
commonsLang3Version=3.12.0
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ case "`uname`" in
Darwin* )
darwin=true
;;
MINGW* )
MSYS* | MINGW* )
msys=true
;;
NONSTOP* )
Expand Down

0 comments on commit f169bcb

Please sign in to comment.