gradle
Configuring Gradle project to depend on lwjgl
How do I configure build.gradle to depend on LWJGL? I\'m new to Gradle, and how to configure library dependencies is clear as mud to me.[详细]
2023-04-02 08:52 分类:问答Resetting the UP-TO-DATE property of gradle tasks?
Is there a way I ca开发者_StackOverflow中文版n force a gradle task to run again, or reset all tasks back to the not UP-TO-DATE state?Try to run your build with -C rebuild that rebuilds Gradle\'s cache[详细]
2023-04-02 07:50 分类:问答How can I get ant behavior when expanding properties with gradle?
I have an ant project I\'m converting to gradle.In the ant project, there is something like this: <copy todir=\"dest_dir\">[详细]
2023-04-01 17:48 分类:问答Asynchronous operation of FileTree files?
Is there a way I can easily make the processing of FileTree files in a smart way in gradle tasks? I basically need to wait for the execution of all files, much like what you can do with GPars, but how[详细]
2023-04-01 13:11 分类:问答How to specify classpath ordering in Gradle
开发者_如何学编程I need to control the ordering of jars in the testRuntime configuration. I must make sure that robolectric-x.x.jar comes before android.jar, or else I get the dreaded RuntimeExceptio[详细]
2023-03-31 05:04 分类:问答Pulling a gradle dependency jar from maven and then running it directly?
Is there a way in gradle to specify a dependency (a jar), and then run t开发者_高级运维hat jarfile directly within a task?Here is one way:[详细]
2023-03-29 16:00 分类:问答Building multi java project using Gradle
I\'m tearing my hair out over this. I\'ve stripped my scripts right back to code provided in the Gradle tutorial pages as I think I\'m either doing something fundamentally wrong or have misunderstood[详细]
2023-03-29 05:59 分类:问答Buildr vs Gradle, pros and cons? [closed]
As it currently stands, this question is not a good fit for our Q&A format.开发者_Go百科 We expect answers to be supported by facts, references,or expertise, but this question will likely soli[详细]
2023-03-27 19:41 分类:问答Gradle Plugin not found when using wrapper
I have a small gradle build which is using a 3rd party plugin it works great while running gradle commands I then added the w开发者_运维问答rapper task so I could distribute the code and it could be b[详细]
2023-03-27 07:18 分类:问答Get the time of start of a gradle build
How to get a Date object representing the time of start of the build 开发者_开发技巧process in Gradle?[详细]
2023-03-27 03:28 分类:问答