Skip to content

Commit

Permalink
Remove deprecated gradle sourceCompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
soruly committed Mar 19, 2024
1 parent da610a8 commit b7978f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ This is the GRADLE build file for LIRE.
apply plugin: 'java'
apply plugin: 'project-report'

sourceCompatibility = 11
version = project.property('versionString') + '_build' + project.property('buildNumber')

repositories {
Expand Down

0 comments on commit b7978f2

Please sign in to comment.