mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2025-01-05 18:37:48 +01:00
Update build.gradle
This commit is contained in:
parent
c5256031d0
commit
67e79fbd00
@ -18,8 +18,8 @@ plugins {
|
||||
apply from: "$rootDir/gradle/jacoco.gradle"
|
||||
//apply from: "$rootDir/gradle/publish.gradle"
|
||||
|
||||
sourceCompatibility = 17
|
||||
targetCompatibility = 17
|
||||
sourceCompatibility = 18
|
||||
targetCompatibility = 18
|
||||
|
||||
ext {
|
||||
mcVersion = project.property("mcVersion")
|
||||
|
Loading…
Reference in New Issue
Block a user