📜  发布仅包含没有版本的依赖项和/或约束.您需要添加最少的版本信息,发布已解析的版本 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:29.181000             🧑  作者: Mango

代码示例1
publishing {
    publications {
        mavenJava(MavenPublication){
            // bootJar is the default build task configured by Spring Boot
            artifact bootJar
        }
    }
}