We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2348e commit 39423beCopy full SHA for 39423be
1 file changed
build.gradle
@@ -14,9 +14,6 @@ repositories {
14
maven { url = 'https://masa.dy.fi/maven' }
15
}
16
17
-sourceCompatibility = 1.16
18
-targetCompatibility = 1.16
19
-
20
ext.Version = new Properties()
21
Version.load(file("version.properties").newReader())
22
@@ -28,8 +25,6 @@ Versions.load(file("Versionfiles/${Version['minecraftVersion']}.properties").new
28
25
29
26
version = "${project.projectVersion}-${Version['minecraftVersion']}"
30
27
31
-archivesBaseName = "blockmeter"
32
33
def getBranch() {
34
if (System.getenv().GIT_BRANCH) {
35
def branch = System.getenv().GIT_BRANCH
0 commit comments