Skip to content

Instantly share code, notes, and snippets.

@dilunika
Created January 28, 2017 09:23
Show Gist options
  • Save dilunika/0410d23225bd429e20536c8a2d35fa58 to your computer and use it in GitHub Desktop.
Save dilunika/0410d23225bd429e20536c8a2d35fa58 to your computer and use it in GitHub Desktop.
mainClassName = 'io.vertx.core.Launcher'
shadowJar {
classifier = 'fat'
manifest {
attributes(
'Main-Verticle': 'com.majan.admintools.api.AdminToolsVerticle'
)
}
mergeServiceFiles {
include 'META-INF/services/io.vertx.core.spi.VerticleFactory'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment