Answers for "Publication only contains dependencies and/or constraints without a version. You need to add minimal version information, publish resolved versions"

0

Publication only contains dependencies and/or constraints without a version. You need to add minimal version information, publish resolved versions

publishing {
    publications {
        mavenJava(MavenPublication){
            // bootJar is the default build task configured by Spring Boot
            artifact bootJar
        }
    }
}
Posted by: Guest on April-30-2021

Code answers related to "Publication only contains dependencies and/or constraints without a version. You need to add minimal version information, publish resolved versions"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language