gradle
gradle runJar task?
I am trying to make a task to run my Jar file in gradle. I have come up with the following: task runJar(dependsOn:[jar]){[详细]
2023-01-03 16:06 分类:问答testng and gradle - see output from deadlocked tests?
If I have a test that hangs I don\'t seem to get any results. Is there any way to see out开发者_StackOverflow中文版put live?[详细]
2023-01-03 02:04 分类:问答Gradle java.util.logging.Logger output in unit tests
Sorry, this is probably a very simple question. I am using gradle for my development environment. It works quite well![详细]
2023-01-02 19:30 分类:问答Gradle: Make a 3rd party jar available to local gradle repository
currently, I\'m testing Gradle as an alternative to Maven. In my projects, there are some 3rd party jars, which aren\'t available in any (Maven) repositories. My problem is now, how could I manage it[详细]
2022-12-25 19:32 分类:问答Is there a way to split/factor out common parts of Gradle build
We have seve开发者_Python百科ral independent builds (each independent build is a multi-project build). The main build scripts have become quite big as we have a set of common tasks reused by subprojec[详细]
2022-12-25 17:14 分类:问答How can I import one Gradle script into another?
I have a complex Gradle script that wraps up a load of functionality around building and deploying a number of NetBeans projects to a number of environments.[详细]
2022-12-20 00:31 分类:问答Best practices for IntelliJ IDEA 9 + Maven + Version control
The project is using Maven so the POM files are the main sources of project info. There are some useful settings in the project files which would be nice to keep.[详细]
2022-12-10 02:57 分类:问答Jenkinsfile clear gradle cache and retry on failure
Current scenario: We have configured CI pipeline and running a jenkinsfile.groovy script for a gradle build. The pipeline is working fine and now we are planning to enable an error handling functional[详细]
2022-12-07 20:28 分类:问答Unsupported class file major version 61 error with jobrunr
I am trying to use jobrunr with java 17. However, I am getting Unsupported class file major version 61 error while doing the same with the line[详细]
2022-12-07 19:29 分类:问答Modules - common classes in Unit Tests
I have multiple modules. I have some common classes which I use in different modules in my unit tests.[详细]
2022-12-07 18:59 分类:问答