Modify or add a jar closure. Specify the fully-qualified class name that contains your main() startup function.
jar {
manifest {
attributes 'Main-Class': 'com.klassconcepts.gradleSample.Main'
}
}
Modify or add a jar closure. Specify the fully-qualified class name that contains your main() startup function.
jar {
manifest {
attributes 'Main-Class': 'com.klassconcepts.gradleSample.Main'
}
}
Stay in the loop.
New reference guides, blog posts, and technical notes on software development, infrastructure, and developer tools.