Skip to content

Commit

Permalink
Still need source compatibility with 1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
at88mph committed Jan 9, 2024
1 parent a429541 commit 6fc5216
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cadc-web-token/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ repositories {
}

group = 'org.opencadc'
version = '1.0.2'
sourceCompatibility = '11'
version = '1.1.0'
sourceCompatibility = '1.8'

// Minimal publishing required to run publishToMavenLocal with Gradle version >= 7
publishing {
Expand Down
2 changes: 1 addition & 1 deletion opencadc.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ configurations {
}

dependencies {
testCompile 'com.puppycrawl.tools:checkstyle:8.2'
testImplementation 'com.puppycrawl.tools:checkstyle:8.2'
checkstyleDep 'org.opencadc:cadc-quality:1.+'
}

Expand Down

0 comments on commit 6fc5216

Please sign in to comment.