Quantcast
Channel: Gradle Forums - Latest posts
Browsing all 19850 articles
Browse latest View live

Could not resolve...

We started using platform as a Gradle built-in way to use versions from BOM files, without realizing the broader implications of it. The way our system is structured right now, it’s going to be a...

View Article


Running problem when i move project to google drive

Hi, I confirmed the exact same issue by cloning the same project to C: (hard drive) or G: (Google Drive) - the same error as you reported. Did you find a solution?

View Article


Could not resolve...

You can certainly publish Gradle Module Metadata with Gradke 5.6. Follow the instructions in this blog post for this. If available, GMM will be consumed transparently. This process can be disabled -...

View Article

How can I resolve warnings?

Hi, does this work: @get:Internal override val taskType = ... Cheers, Stefan

View Article

Version.properties file is missing

I’m very new to all of this and I’m trying to set everything up with Eclipse and I enter “./gradlew genEclipseRuns” into the terminal on Mac and it gives me this message " FAILURE: Build failed with...

View Article


How can I resolve warnings?

Thank you! It worked!

View Article

Version.properties file is missing

Unfortunately, Forge questions generally don’t get much of a response here because this community is focused on the Gradle build tool. Forge is using Gradle, but you’re having issues with...

View Article

Issue in gradle build 5.6.4

The classesDir property was removed in favor of classesDirs. This is called out in the Upgrading your build from Gradle 4.x to 5.0 notes.

View Article


How can i call a task for unzip file when i am downloading dependencies with...

If you want to sidestep the overhead of doing this properly as @bparkison mentioned, I’ve found this pattern useful as a poor man’s artifact transform: configurations { myConf } repositories { flatDir...

View Article


Image may be NSFW.
Clik here to view.

Compilation failed; see the compiler error output for details

There’s a dedicated console for Gradle builds. All background operations - like the project sync - is logged there. Screenshot 2020-06-16 at 9.26.151648×576 130 KB

View Article

Get Gradle distribution type

If you do this by implementing a new projectconfigurator extension then you get a fully configured ProjectConnection. For more details check the documentation on the...

View Article

Mcreator 1.14.4 build failed

Executing Gradle task: eclipse Build info: MCreator 2020.2.14217, 1.14.4, 64bit, 8083 MB, Windows 10, JVM 1.8.0_232, JAVA_HOME: D:/MCreator/jdk/jre Configure project : New Dep:...

View Article

Version.properties file is missing

oh, well thank you for telling me that.

View Article


Issue in gradle build 5.6.4

Hi James, I changed the property to classesDirs. Now getting the below error. Execution failed for task ‘:doJacocoOfflineInstrumentation’. Cannot convert the provided notation to a File or URI:...

View Article

About the Help/Discuss category

Hello, I am new to working with Gradle and am attempting to publish the Greeting Plugin Example with IntelliJ. I have updated Gradle to the newest version (6.5). When I implemented the pluginBundle...

View Article


Image may be NSFW.
Clik here to view.

Gradlew genIntellijRuns Issue

Hello! Am new to this website. But i have a issue while i start the gradlew genIntellijRuns When i start the command on Git Bash its says bash: gradlew: command not found Questions people might ask:...

View Article

Spotbugs plugin, ASM8, and Java 14

Thanks James, I see that now yes. It looks like updating to ASM8 could be as easy as a one-character change in the code but don’t know what additional changes would be wanted by the SpotBugs team. So...

View Article


Sync taking very long after switching to Kotlin DSL with message: Importing...

I was able to fix this error by upgrading my gradle wrapper in gradle/wrapper/gradle-wrapper.properties to v6.5

View Article

Gradle build stuck on configuring

I am just trying to run ./gradlew clean and my build hangs forever while repeatedly spitting out the same debug logs: 15:12:18.482 [DEBUG]...

View Article

Gradle build stuck on configuring

I tried these solutions but to no avail: Gradle performance issues Root project configuration takes too long on Mac...

View Article
Browsing all 19850 articles
Browse latest View live