fatjar Questions

9

Solved

In tweaking my buildfile, I seem to have encountered a bug with mainClassName: thufir@dur:~/NetBeansProjects/HelloSeleniumWorld$ thufir@dur:~/NetBeansProjects/HelloSeleniumWorld$ ./gradlew clean ...
Zest asked 19/12, 2018 at 14:37

4

Solved

I know that question was asked a lot and has many answers, but i still get it and I don't understand why... I am trying to generate a .jar from a projet with dependencies with gradle. I have a cl...
Profess asked 21/7, 2018 at 10:33

19

Solved

I have a multiproject build and I put a task to build a fat JAR in one of the subprojects. I created the task similar to the one described in this cookbook. jar { from configurations.compile.colle...
Vert asked 2/2, 2011 at 7:9

8

Solved

I've got a simple project in Gradle 4.6 and would like to make an executable JAR of it. I've tried shadow, gradle-fatjar-plugin, gradle-one-jar, spring-boot-gradle-plugin plugins but neither of the...
Forwards asked 14/3, 2018 at 12:40

8

Solved

I've written a simple Kotlin source file in order to get started, and a Gradle script file. But I can't figure out how to add the main function to the manifest, so that the JAR could be self-execut...
Andvari asked 20/10, 2014 at 15:29

2

Solved

I want to create a jar file which I can upload on AWS, but every time I run the command gradle jar from command prompt I get the following error. > Task :compileJava FAILED FAILURE: Build faile...
Danaides asked 3/6, 2019 at 11:9

7

Solved

I am reading Maven documentation and came across the name uber-jar. What does an uber-jar mean and what are its features/advantages?
Snowclad asked 14/8, 2012 at 6:42

4

Solved

I recently switched from old 1.2 multiplatform into 1.3. Difference is, there's one one build.gradle file per multiplatform module (I got 5 of them) so a lot less configuration. However I can't see...
Coralloid asked 23/7, 2019 at 16:48

1

Solved

I have created a simple Gradle Java project. The build.gradle file looks like this: plugins { id 'java' } repositories { mavenCentral() } dependencies { implementation group: 'org.apach...
Disgruntle asked 18/5, 2020 at 8:42

1

Solved

I think it goes without saying that I should be able to use Oracle's own JDK with JavaFX (from gluonhq) to build a distributable jar file that users can just USE. After an exhaustive search, much ...
Polyphagia asked 22/3, 2019 at 13:29
1

© 2022 - 2024 — McMap. All rights reserved.