AAPT2 Daemon startup failed
It worked for me . thank you so much. I was struggling for days. there was unnecessary error that was showing for "universal c runtime windows " installation.
View ArticleHow to forward reference tasks for configuration?
Thank you for the help! The only potential concern is that this code will run before the configuration added when the task is registered I guess it depends what one wants to configure. I was only...
View ArticleCould not set unknown property 'archiveBaseName' for task ':archiveProduct'
I get following error when i run gradle appRun: Could not set unknown property ‘archiveBaseName’ for task ‘:archiveProduct’ of type org.gradle.api.tasks.bundling.Zip. Looking at build.gradle didn’t...
View ArticleWin 10, Git Bash, gradlew, multiple debug-jvm, specify different ports
Have you even read what I have written? I tried different approaches specifiying the debug port for the JDWP connection, but gradle wont recognize any of them.
View ArticleWin 10, Git Bash, gradlew, multiple debug-jvm, specify different ports
I thought I’ve read it. Maybe I wasn’t careful enough. Sorry for wasting your time.
View ArticleWin 10, Git Bash, gradlew, multiple debug-jvm, specify different ports
Maybe my text was not clear enough? Can you elaborate a bit on what was hard to read?
View ArticleGradle-wrapper.jar not updated from 6.0.1 to 6.3
I have a project that is currently using Gradle 6.0.1. When running ./gradlew wrapper --gradle-version=6.3 --distribution-type=all, I see that gradle-wrapper.jar is not updated. Yet in another...
View ArticleGradle-wrapper.jar not updated from 6.0.1 to 6.3
Ah, looks like the wrapper task generates gradle-wrapper.jar (instead of e.g. downloading it from somewhere), so depending on e.g. the Java version, you might get (hash-wise) different...
View ArticlePlugins get-help form 255 character limit is not practical
Re help form for Plugins at https://plugins.gradle.org/docs/get-help … I need to make a non-public Plugins help request e.g. API Keys maintenance etc… I don’t see how I can fit it into the 255...
View ArticleSerious Error , i want someone to solve it
have you solved this issue. i am facing the same…
View ArticleGradle-wrapper.jar not updated from 6.0.1 to 6.3
Sebastian_Schuberth: Ah, looks like the wrapper task generates gradle-wrapper.jar (instead of e.g. downloading it from somewhere), so depending on e.g. the Java version, you might get (hash-wise)...
View ArticleWin 10, Git Bash, gradlew, multiple debug-jvm, specify different ports
I would just add the following to your build.gradle: bootRun { debugOptions { port = Integer.valueOf(findProperty('debugPort') ?: port.get()) suspend = false // optional } } You can then run on the...
View ArticleGradle-wrapper.jar not updated from 6.0.1 to 6.3
jjustinic: While the wrapper task does use some “generator” classes, the exact gradle-wrapper.jar file is included in the Gradle distribution. Hmm, “exact” does not seem to be quite right either. For...
View ArticleGradle-wrapper.jar not updated from 6.0.1 to 6.3
Sebastian_Schuberth: Hmm, “exact” does not seem to be quite right either. For example, the file at...
View ArticleGradle-wrapper.jar not updated from 6.0.1 to 6.3
jjustinic: The lib/plugins/gradle-plugins-6.3.jar contains the gradle-wrapper.jar which is used by the wrapper task as a classpath resource to copy to the project folder. Wow, yet another completely...
View ArticleWin 10, Git Bash, gradlew, multiple debug-jvm, specify different ports
I would just add the following to your build.gradle : Thanks, but no. I would rather not add anything to our already totally confusing and misleading build.gradle files. I am totally fine with a...
View ArticleGradle-wrapper.jar not updated from 6.0.1 to 6.3
Sebastian_Schuberth: I’ll probably file an according PR. See https://github.com/gradle/gradle/pull/12671.
View ArticleSetting hotswapagent dependency jar as javaagent of tomcat for war project...
I understand my use case may be overcomplicated, so here is a small reproductible example. I’m joining a sample project to this message. gradle.projectsEvaluated { configure(webProjects()) { Project...
View ArticleGradle-wrapper.jar not updated from 6.0.1 to 6.3
For the purposes of official documentation, it might be better to not use some of the casual comments in this discussion. For example, it’s not that it doesn’t actually write files other than...
View ArticleGradle-wrapper.jar not updated from 6.0.1 to 6.3
jjustinic: For the purposes of official documentation, it might be better to not use some of the casual comments in this discussion. Thanks for the feedback, but please add any comments you might have...
View Article