Standalone Plugin to apply and import 3rd party plugins
How are you consuming the plugin? Generally you would publish the plugin to an artifact repository with a POM that would contain dependencies. Gradle will download the dependencies when published this...
View ArticlePlugin pending approval since before xmas
Plugin portal related requests should be opened as issues on the plugin-portal-requests repository (https://github.com/gradle/plugin-portal-requests/issues) where the Gradle team can deal with them...
View Article(UE4 Packaging Problem) Rungradle.bat" :app:assembleRelease
Check to accept sdk tab in Android settings pressed or not, I have not been pressed and therefore gave such an error. And if this does not fix the error, change the file keystore because if there is...
View ArticlePlugin pending approval since before xmas
Also seeing delay. Message on publication says 24 hours, but it’s nearly 36h now and counting…
View ArticleGrable Build build run configuration settings
Hi, How do we do “Clean Install” in Grendel Project in mean what are the run configuration setting in eclipse ? image815×694 45 KB
View ArticleDetecting out-of-date plugins based on Gradle version
Hello Gradle Team, We noticed an interesting feature when upgrading to Gradle 5, as an example the build-scan-plugin requires version 2.0.2 of the plugin after upgrading to Gradle 5, and Gradle fails...
View ArticleDetecting out-of-date plugins based on Gradle version
Not exactly what you’re asking for but it’s related to your goal. Take a look at the GradleTest plugin which allows you to run functional tests of your plugin against multiple versions of Gradle...
View ArticleGradle fails when run in docker container
I am using Gradle and it works fine, except when I run it in a docker container. I use the jOOQ code generator. The generated source files are in build/generated-src/jooq, but the when building in the...
View ArticlePermission denied while executing batch
Hi, I’m trying to execute the MCP’s decompile.bat file using gradle exec: https://hasteb.in/raquwide.gradle But I receive a permission error: https://hasteb.in/irixucot This error doesn’t occur when I...
View ArticlePlugin pending approval since before xmas
@heirloom_plugins did yours get published yet? Still waiting here…
View ArticlePlugin pending approval since before xmas
I personnally got my plugin approved a week after submiting it. The “24h” message is not really true
View ArticlePublish only subprojects that use Rpm plugin
I am trying to use your code with MavenPublication but I get error: Could not get unknown property ‘buildRpm’ for object of type org.gradle.api.publish.maven.internal.publication.DefaultMavenPublication
View ArticleComposite Build and build hooks
Good day to all: I am using Gradle 4.6 I have a parent project and a child project. Trying to use the composite build feature. The child project has the following task in the build.gradle...
View ArticleWhy does gradle exit when run with "--status"?
Hi, when I run “gradlew --status clean” in my gradle project, the daemon status information is printed but the clean task is not executed. I assume this behavior is intentional, since “–status” is...
View ArticlePlace task dependency on task in sourceControl gitRepository
Hello, folks! I’m going to apologize in advance for (1) not knowing much Gradle and (2) probably doing everything wrong, but I’ve seemingly stumbled into very, very uncharted territory, and could use...
View ArticleCapture Exec output using Kotlin DSL
Please refer to the following Ant snippet when reading the rest of the issue description. <target name="git.log" depends="init"> <exec executable="bash" failonerror="true"> <arg...
View ArticleRequest to delete a SNAPSHOT version deployed to the portal
Last week I deployed a SNAPSHOT version by mistake, and didn’t notice that because it was invisible until today. The plugin is approved today and I noticed that a SNAPSHOT version is deployed....
View ArticleUpgrading build.gradle to the Gradle 7.0+ format
Hello, I am running Gradle 6.0.1 for a Java 8 project. I want to upgrade it to the Gradle 7.0+ format to get rid of the deprecation notifications. The format I use for dependency declaration is the...
View ArticleCapture Exec output using Kotlin DSL
Something like the following groovy (please convert to kotlin) task gitLog { ext.outfile = file("$buildDir/commit.json") outputs.file outfile doLast { outfile.withOutputStream { out -> project.exec...
View ArticleHow to disable transitive compile dependencies
Thanks. We expect all components to explicitly define compile dependencies. Setting transitive = false will not allow a dependency to be satisfied because it was also required by another dependency....
View Article