Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@ jobs:
- 1.11.6
- 1.11.7
- 1.11.8
- 1.11.9
- 1.11.10
- 1.12.0
- 1.12.1
- 1.12.2
- 1.12.3
- 1.12.4
- 1.12.5
- 1.12.6
- 1.13.0
- 1.13.1
- latest
Expand Down
56 changes: 28 additions & 28 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins{
plugins {
id 'java-library'
id 'signing'
id 'checkstyle'
Expand All @@ -22,7 +22,7 @@ dependencies {
testImplementation('junit:junit:4.13.2')
testImplementation('org.mockito:mockito-core:4.8.0')
testImplementation('org.testcontainers:testcontainers:1.17.5')
testImplementation('org.eclipse.jetty:jetty-server:11.0.12')
testImplementation('org.eclipse.jetty:jetty-server:11.0.14')
testImplementation('org.slf4j:slf4j-api:2.0.3')
testImplementation('org.bouncycastle:bcprov-jdk15on:1.70')
testImplementation('org.bouncycastle:bcpkix-jdk15on:1.70')
Expand Down Expand Up @@ -180,31 +180,31 @@ if (hasProperty("publish")) {

developers {
[
developer {
id = 'steve-perkins'
name = 'Steve Perkins'
email = '[email protected]'
},
developer {
id = 'steve-perkins-bc'
name = 'Steve Perkins'
email = '[email protected]'
},
developer {
id = 'jarrodcodes'
name = 'Jarrod Young'
email = '[email protected]'
},
developer {
id = 'tledkov'
name = 'Taras Ledkov'
email = '[email protected]'
},
developer {
id = 'henryx'
name = 'Enrico Bianchi'
email = '[email protected]'
}
developer {
id = 'steve-perkins'
name = 'Steve Perkins'
email = '[email protected]'
},
developer {
id = 'steve-perkins-bc'
name = 'Steve Perkins'
email = '[email protected]'
},
developer {
id = 'jarrodcodes'
name = 'Jarrod Young'
email = '[email protected]'
},
developer {
id = 'tledkov'
name = 'Taras Ledkov'
email = '[email protected]'
},
developer {
id = 'henryx'
name = 'Enrico Bianchi'
email = '[email protected]'
}
]
}
}
Expand All @@ -228,7 +228,7 @@ if (hasProperty("publish")) {
}

javadoc {
if(JavaVersion.current().isJava9Compatible()) {
if (JavaVersion.current().isJava9Compatible()) {
options.addBooleanOption('html5', true)
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https://services.gradle.org/distributions/gradle-7.6.1-all.zip