Some gradle stuff

This commit is contained in:
yuesha-yc 2021-10-30 02:09:22 -07:00
parent 7ca42ed3e6
commit 1b1c5ab256
No known key found for this signature in database
GPG key ID: 009D79A802D4ED01

View file

@ -151,30 +151,6 @@ artifacts {
archives jar, sourcesJar
}
//publishing {
//// tasks.publish.dependsOn 'build'
// publications {
// mavenJava(MavenPublication) {
// artifact jar
// artifact sourcesJar
// }
// }
//
// repositories {
// maven {
// name = "TeamMoeg"
// url = "http://server.teammoeg.com:8888/releases"
// credentials {
// username = getPrivateString("mavenUser")
// password = getPrivateString("mavenToken")
// }
// authentication {
// basic(BasicAuthentication)
// }
// }
// }
//}
String getChangelogText() {
def changelogFile = file('changelog.txt')
String str = ''