Skip to content

Commit

Permalink
Fixed gradle java version
Browse files Browse the repository at this point in the history
  • Loading branch information
zessirb committed Jul 18, 2020
1 parent 14ce7cf commit 8fc9014
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ sponge {

apply plugin: 'org.spongepowered.plugin'

sourceCompatibility = 11
targetCompatibility = 11
sourceCompatibility = 1.8
targetCompatibility = 1.8

versioning {
// required (number)
Expand Down
8 changes: 4 additions & 4 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Sat Jul 18 12:41:03 CEST 2020
#Sat Jul 18 13:20:06 CEST 2020
MAJOR=3
MINOR=3
PATCH=1
MINOR=7
PATCH=0
PRE_RELEASE=
BUILD=223
BUILD=224
CODE=0

0 comments on commit 8fc9014

Please sign in to comment.