Skip to content

Commit

Permalink
bump to java 21, 8.0.3 and gradle 8.4
Browse files Browse the repository at this point in the history
Signed-off-by: Arturo Volpe <[email protected]>
  • Loading branch information
aVolpe committed Oct 19, 2023
1 parent 14c2516 commit e8df137
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {
apply plugin: 'org.owasp.dependencycheck'

group = 'org.jpos.ee.fintech'
version = '3.0.1-SNAPSHOT'
version = '3.0.2'

gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
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.9.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions subprojects.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'java-library'
apply plugin: 'signing'

sourceCompatibility = 11
targetCompatibility = 11
sourceCompatibility = 21
targetCompatibility = 21
[ compileJava, compileTestJava, javadoc ]*.options*.encoding = 'UTF-8'


Expand Down

0 comments on commit e8df137

Please sign in to comment.