Skip to content
Snippets Groups Projects
Commit cd7a1a4c authored by Johannes Mey's avatar Johannes Mey
Browse files

add main class manifest

parent 739cd561
No related branches found
No related tags found
2 merge requests!200.4.0,!19Update build and test system, add package deployment
Pipeline #12861 passed
......@@ -148,6 +148,9 @@ publishing {
maven(MavenPublication) {
artifactId = 'relast'
from components.java
manifest {
attributes 'Main-Class': "${mainClassName}"
}
}
}
repositories {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment