Skip to content

Commit

Permalink
Issue 75: Keycloak client 23.0.4 upgrade changes (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
divyank-lakhera authored Feb 27, 2024
1 parent e44562d commit 1a9c5d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
}

plugins {
id 'com.github.johnrengelman.shadow' version '6.1.0'
id 'com.github.johnrengelman.shadow' version '8.0.0'
id 'org.ajoberstar.grgit' version '3.1.1'
}

Expand All @@ -43,8 +43,8 @@ subprojects {
}

group "io.pravega"
sourceCompatibility = '1.8'

sourceCompatibility = 11

// Creates a Jar with Java source files
task sourceJar(type: Jar) {
Expand All @@ -53,7 +53,7 @@ subprojects {
}

task javadocJar(type: Jar) {
classifier = 'javadoc'
archiveClassifier = 'javadoc'
from javadoc.destinationDir
}

Expand All @@ -63,8 +63,8 @@ subprojects {

jacocoTestReport {
reports {
xml.enabled true
html.enabled false
xml.required = true
html.required = false
}
}
check.dependsOn jacocoTestReport
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

guavaVersion=28.2-jre
junitVersion=4.13.2
keycloakVersion=21.1.2
keycloakVersion=23.0.4
mockitoVersion=3.3.3
pravegaVersion=0.12.0
slf4jVersion=1.7.30
Expand Down
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-6.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 1a9c5d2

Please sign in to comment.