Skip to content

Commit

Permalink
Upgrade orkes queues to jdk17
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisLainez committed Nov 13, 2023
1 parent ced757d commit c4843d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

plugins {
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'io.spring.dependency-management' version '1.0.13.RELEASE'
}

ext {
Expand Down Expand Up @@ -72,6 +72,7 @@ subprojects {
}

dependencies {

implementation "org.apache.logging.log4j:log4j-core:${versions.revLog4j}!!"
implementation "org.apache.logging.log4j:log4j-api:${versions.revLog4j}!!"
implementation "org.apache.logging.log4j:log4j-slf4j-impl:${versions.revLog4j}!!"
Expand Down Expand Up @@ -102,8 +103,8 @@ subprojects {


compileJava {
sourceCompatibility = 11
targetCompatibility = 11
sourceCompatibility = 17
targetCompatibility = 17
}

spotless {
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-7.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit c4843d1

Please sign in to comment.