Skip to content

Tag: gradle

Convert Gradle Project To Maven (Mini2Dx)

Is there a way to convert a gradle project fully into maven? The only things I found where guides to produce a pom file, which basically only conatins dependencies but no “building steps”. Background: I built a small java game using command line outputs to display the game output. As next step I w…

Process finished with non-zero exit value 19

I’ve been using Java to make my own discord bot for a while, and all of a sudden I can’t run the code anymore. The code compiles without any problem, but when I try to run it I get this error: I tried reverting the gradle version to 6.7 instead of 7.0, going back to jdk 15.0.2 (instead of jdk

How I can build a .jar file first and then my andoid app?

In my project: https://github.com/pc-magas/sercommH300sVoipCredentialsRecovery source is seperated into 2 parts: The core library where no android dependencies are placed. The android app iself. Core Logic is in app/src/main/java/pc_magas/vodafone_fu_h300s/logic/ and the tests for the core logic is in: app/sr…

Flutter project fails to build when gradle gets upgraded. Error: Type ‘FlutterTask’ property ‘assets’ is missing an input or output annotation [closed]

Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 1 year ago. Improve this question When I…