-
-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gradle build in demo_gradle is broken #100
Comments
I don't use gradle in my projects so I don't know how can I fix your error :( |
ok thanks! i will try my search around. |
greetingj.java has additional */ in the header. removing that builds fine |
I made the modification. Please try again and confirm that the modification resolves the issue. Thanks. |
It is building. Thanks for the quick response. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gradle clean build
:api:clean UP-TO-DATE
:app:clean UP-TO-DATE
:plugins/plugin1:clean UP-TO-DATE
:plugins/plugin2:clean UP-TO-DATE
:api:compileJava
NEGOTIATE authentication error: No valid credentials provided (Mechanism level: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt) )
C:\Work\03_PAB\git\sandbox\pf4j\demo_gradle\api\src\main\java\ro\fortsoft\pf4j\d emo\api\Greeting.java:16: error: class, interface, or enum expected
*/
^
1 error
:api:compileJava FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':api:compileJava'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 48.204 secs
Picked up _JAVA_OPTIONS: -Xmx1g
The text was updated successfully, but these errors were encountered: