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

Adding a library to .classpath file in Eclipse

Interesting. I am using Eclipse Neon for Windows. I wonder if the Mac version of Eclipse works for this functionality but the Windows version does not… Thanks for spending time on this. I appreciate it.

View Article


A plugin version is mistakenly identified as already published

Done: https://github.com/gradle/plugin-portal-requests/issues/9

View Article


Transfer Plugin Ownership (published with wrong user)

Thanks @Daniel_L! I’m going to follow the issue on GitHub.

View Article

How do I fix this issue in IntelliJ IDEA? "Unable to start daemon process"

Hey everyone, I have read the other posts regarding this matter. Unfortunately, I am unable to understand one of them, and the other two relate to Android Studio, not IntelliJ IDEA. I downloaded...

View Article

Image may be NSFW.
Clik here to view.

Compile and test with java 11 and jupiter

regrog: „…This is the project example: multiProjectA.zip (62.1 KB)…“ Thanks @regrog. I’ll take a look in a moment. In the meantime, you could take a look at these examples of mrJar being applied in...

View Article


Image may be NSFW.
Clik here to view.

Adding a library to .classpath file in Eclipse

rickfish1: „…I wonder if the Mac version of Eclipse works for this functionality but the Windows version does not…“ @rickfish1 / @donat I hope you guys don’t mind me being a Butt-inski. But what y’all...

View Article

Our new plugin is not published yet

Confirmed, thank you!

View Article

Initialize instance variable in loop

@jbytecoder thanks for detailed explain. It really help. my case is covered by your option 1

View Article


Image may be NSFW.
Clik here to view.

Compile and test with java 11 and jupiter

regrog: „…eclipse asks for junit 5…“ Yeah, Eclipse takes a — how should I say? — „non-standard“ approach to integrating JUnit in a JPMS-architected project. Luckily, though, with your example project...

View Article


Flutter Gradle Error

Hi, did you fix it bro? I have same problem.

View Article

ProcessException: Process “…\gradlew.bat” exited abnormally: Starting a...

Hi, did you fix it bro? I have same problem.

View Article

Error Running Gradle & Cannot resolve symbol 'GradleException'

Hi, did you fix it bro??

View Article

Unable to publish artifact to mavenCentral

I’m trying to upload one of my libraries to mavenCentral, but I’m stuck on the upload step. I’ve taken example from this link:...

View Article


"UncheckedIOException: Unable to store input properties" with...

Why do you need the output file name as input though? If it is for up-to-date checks, this shouldn’t be necessary, is it? If the output file changes, between runs, the task is considered out-of-date...

View Article

Adding a library to .classpath file in Eclipse

Thanks guys. The problem was simply that I was trying to reference the classes folder with the project name. In other words, I was using '/conductor- grpc/build/classes/java/main’. Instead I should...

View Article


Don't run tests unless test task specified on command line

Sometimes the developers want to run tests and I don’t want them to have to remember to add -Pjenkins=true.

View Article

Not working offline mode

It is know bug in Gradle?

View Article


Image may be NSFW.
Clik here to view.

Best practice for api vs implementation in multi-module project

With this attitude you are not going to get a lot of help. Have fun, my builds are fine

View Article

Don't run tests unless test task specified on command line

Hello, you could try something like this tasks.test { enabled = gradle.startParameters.taskNames.contains(“test”) }

View Article

Error Running Gradle & Cannot resolve symbol 'GradleException'

Did you edit gradle.properties file by any chance? ‘android.enableJetifier=true’ appears in that file. Maybe two lines became one line by mistake. If not, try searching for ‘android.enableJetifier’ in...

View Article
Browsing all 19850 articles
Browse latest View live