Skip to content

Commit 22c2335

Browse files
committed
Uncomment uploadArchives - this is necessary for mod build!
1 parent bfe60ea commit 22c2335

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ artifacts {
5454
archives sourceJar
5555
}
5656

57-
/*
5857
uploadArchives {
5958
onlyIf {
6059
return project.hasProperty('mavendir')
@@ -65,4 +64,3 @@ uploadArchives {
6564
}
6665
}
6766
}
68-
*/

0 commit comments

Comments
 (0)