Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web tokens #47

Merged
merged 2 commits into from
Jan 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Still need source compatibility with 1.8.
at88mph committed Jan 9, 2024
commit 6fc5216238967afc7954effe26bbd1e2c3ee6176
4 changes: 2 additions & 2 deletions cadc-web-token/build.gradle
Original file line number Diff line number Diff line change
@@ -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 {
2 changes: 1 addition & 1 deletion opencadc.gradle
Original file line number Diff line number Diff line change
@@ -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.+'
}