Skip to content

Commit ccefef1

Browse files
committed
Cleanup 2.
1 parent 7f04fad commit ccefef1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ remapJar {
160160
archiveVersion.set(archiveVersion.get()+"-${bta_version}")
161161
}
162162

163-
/*publishing {
163+
publishing {
164164
if(checkVersion(project.mod_group,project.mod_name,project.mod_version)) {
165165
repositories {
166166
maven {
@@ -177,7 +177,7 @@ remapJar {
177177
maven(MavenPublication) {
178178
groupId = project.mod_group
179179
artifactId = project.mod_name
180-
version = project.mod_version + "-" + project.bta_version
180+
version = project.mod_version
181181
from components.java
182182
}
183183
}
@@ -198,4 +198,3 @@ static boolean checkVersion(String group, String name, String version) {
198198
return true
199199
}
200200
}
201-
*/

0 commit comments

Comments
 (0)