Skip to content

Commit

Permalink
Target Java 7 for source compilation.
Browse files Browse the repository at this point in the history
Also remove old pom file, since we don't use maven anymore.
Fixes WORLDGUARD-3642.
  • Loading branch information
wizjany committed Mar 2, 2016
1 parent 93d454c commit c9b8e9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 525 deletions.
3 changes: 3 additions & 0 deletions worldguard-legacy/build.gradle
Expand Up @@ -4,6 +4,9 @@ apply plugin: 'idea'
project.version = '6.1.2-SNAPSHOT'
ext.internalVersion = project.version + ";" + gitCommitHash

sourceCompatibility = 1.7
targetCompatibility = 1.7

checkstyle.configFile = new File(projectDir, "config/checkstyle/checkstyle.xml")

dependencies {
Expand Down

0 comments on commit c9b8e9f

Please sign in to comment.