Skip to content

Commit 39423be

Browse files
committed
fix-build
1 parent 3c2348e commit 39423be

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ repositories {
1414
maven { url = 'https://masa.dy.fi/maven' }
1515
}
1616

17-
sourceCompatibility = 1.16
18-
targetCompatibility = 1.16
19-
2017
ext.Version = new Properties()
2118
Version.load(file("version.properties").newReader())
2219

@@ -28,8 +25,6 @@ Versions.load(file("Versionfiles/${Version['minecraftVersion']}.properties").new
2825

2926
version = "${project.projectVersion}-${Version['minecraftVersion']}"
3027

31-
archivesBaseName = "blockmeter"
32-
3328
def getBranch() {
3429
if (System.getenv().GIT_BRANCH) {
3530
def branch = System.getenv().GIT_BRANCH

0 commit comments

Comments
 (0)