You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you execute gradle. Please try to run gradlew without parameters.
You should get build logs like following if build success.The build script will copy superlog-1.0.7-standalone.jar to the root source folder.
=====================================
To execute:
cd C:\Users\XXXXX\workspace\superlog
java -jar superlog-1.0.7-standalone.jar
As I've mentioned previously, I tried to perform ./gradlew build. It worked correctly when I did ./gradlew myjar, but didn't try just ./gradlew.
Thanks, the last one worked.
But the README.md was a little bit confusing for me, because it is a common way to build projects with ./gradlew build. I've created a patch #16 to change README.md file a bit.
Trying to build an application via gradle, but not able to launch it after that.
However, there is no
build/libs/superlog-1.0.7-standalone.jar
created:Trying to launch compiled jar:
$ java -jar build/libs/superlog-1.0.7.jar
no main manifest attribute, in build/libs/superlog-1.0.7.jar
The text was updated successfully, but these errors were encountered: