Skip to content

Commit

Permalink
Support for Gradle 9 (#4172)
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis authored Jul 17, 2024
1 parent 7d63579 commit 645831c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ apply plugin: 'com.diffplug.spotless'

group = 'software.uncharted'
version = '1.0.0-SNAPSHOT'
sourceCompatibility = '17'

configurations {
compileOnly {
Expand Down
1 change: 0 additions & 1 deletion packages/taskrunner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins {

group = 'software.uncharted'
version = '1.0.0-SNAPSHOT'
sourceCompatibility = '17'

buildDir = project.hasProperty('customBuildDir') ? project.getProperty('customBuildDir') : buildDir

Expand Down

0 comments on commit 645831c

Please sign in to comment.