diff options
| author | 2019-02-15 21:52:41 +0100 | |
|---|---|---|
| committer | 2019-02-15 21:52:41 +0100 | |
| commit | 51bee1baf0edd9c536b504aeee1ae6e3e44b474d (patch) | |
| tree | b0eae0243e342b8eb2a73110296dd42aa8eb31d5 | |
| parent | Update to 19w06a and 0.2.0 fabric (diff) | |
use constants for source/target compatibility levels
| -rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 88a48e5..a698bd7 100644 --- a/build.gradle +++ b/build.gradle @@ -2,8 +2,8 @@ plugins { id 'fabric-loom' version '0.2.0-SNAPSHOT' } -sourceCompatibility = 1.8 -targetCompatibility = 1.8 +sourceCompatibility = JavaVersion.VERSION_1_8 +targetCompatibility = JavaVersion.VERSION_1_8 archivesBaseName = "modid" version = "1.0.0" |
