feat: 适配新版API更新
This commit is contained in:
@@ -64,8 +64,6 @@ subprojects {
|
||||
publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
def projectNameSplit = project.name.split('-')
|
||||
artifactId = projectNameSplit[projectNameSplit.length - 1]
|
||||
from project.components.java
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user