Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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
        }
    }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Publication #dependencies #constraints #You #add #minimal #version #publish #resolved #versions
ADD COMMENT
Topic
Name
5+8 =