mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-25 15:37:10 -07:00
This commit adds compatibility with the Maven publish plugin, by making sure that if the application is published, then the uber jar is published as a classified artifact (`-uber`) in addition to the regular jar. A sample publishing configuration was added to the `app`, with a "local" publishing repository in <rootproject>/build/repo. For example, calling `./gradlew pAPTBR` will create the `build/repo` directory with the corresponding Maven repository structure after publishing. |
||
---|---|---|
.. | ||
src/main/java/com/uwyn/rife2/gradle | ||
build.gradle.kts | ||
settings.gradle.kts |