gen new parser

This commit is contained in:
haoeliu@foxmail.com
2022-11-09 16:29:05 +08:00
parent 321dba92aa
commit 7813256444
11 changed files with 944 additions and 922 deletions

View File

@@ -52,7 +52,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
}
group = "org.bdware.sc"
version = "1.6.0"
version = "1.6.5"
tasks.processResources.setDuplicatesStrategy(DuplicatesStrategy.INCLUDE)
@@ -132,18 +132,18 @@ publishing {
maven {
name 'bdwareSnapshotRepository'
url 'https://oss.sonatype.org/content/repositories/snapshots'
credentials {
username = "${NEXUS_USERNAME}"
password = "${NEXUS_PASSWORD}"
}
// credentials {
// username = "${NEXUS_USERNAME}"
// password = "${NEXUS_PASSWORD}"
// }
}
maven {
name 'bdwareRepository'
url 'https://oss.sonatype.org/service/local/staging/deploy/maven2'
credentials {
username = "${NEXUS_USERNAME}"
password = "${NEXUS_PASSWORD}"
}
// credentials {
// username = "${NEXUS_USERNAME}"
// password = "${NEXUS_PASSWORD}"
// }
}
}
}