The mrJar Plugin v0.0.15 has been released — JPMS Modules Made Easy
@JLLeitschuh? I noticed you edited my post without me requesting it. Do I get to know the reason for this administrative hack? anti.mr.jar.0.png998×595 98.4 KB
View ArticleThe mrJar Plugin v0.0.15 has been released — JPMS Modules Made Easy
Hi @lingocoder, Sorry about that. I removed the dotcom tag because your post isn’t relevant to that tag. No other reason. We do the same thing with GitHub issues regularly that need to have their tags...
View ArticleThe mrJar Plugin v0.0.15 has been released — JPMS Modules Made Easy
JLLeitschuh: „…We do the same thing with GitHub issues regularly that need to have their tags fixed up…“ <img src=‘philip_j_fry_squinting.png’>Hmmm…</img> JLLeitschuh: „…I removed the...
View ArticleConstraining dependencies in all configurations
I’ve been using the dependency constraining feature to replace my old method of storing dependencies in string literals. The same constraints are applied on all configurations: dependencies {...
View ArticleGet up-to-date status of a task in java
Since no one could give me an answer, I finally figured it out by myself. In case anyone else needs this, here’s my solution, just add this Listener to your BuildLauncher: class Listener implements...
View ArticleDoes eclipse gradle buildship plugin required proxy information while...
Hello Team, I am getting some issues in eclipse while importing or creation of gradle project with gradle distribution download operation. Mostly i could not be able to download. So During the process...
View ArticleSelect specific MSVC version with cpp-application plugin
Hello, I have a project that uses cpp-application to build a wrapping EXE for my program. The plugin is working pretty well! I use the upx packing tool on the linked exe to compress it. I have a...
View Article"Your build scan could not be displayed." what does this mean?
Hi Lukasz, FYI the fix to handle the unexpected data more gracefully is now released to scans.gradle.com. Cheers, Rus
View ArticleGradle Enterprise 2019.3.3 has been released
Gradle Enterprise 2019.3.3 is now available. Please see the release notes for more information.
View ArticleGradle Enterprise Maven Extension 1.2.8 has been released
The Gradle Enterprise Maven Extension v1.2.8 has been released. See release notes for the changelog. Compatible with scans.gradle.com and Gradle Enterprise 2019.3 or later.
View ArticleTransfer plugin ownership
Sorry for the late process of this request, the ownership was changed to flyway user. Please try it and tell us if there is any issue.
View ArticleMy plugins for C++ (integration with Eclipse/QtCreator/NetBeans/KDevelop)
The new version 1.0 of the plugin cpp-build-tuner was released. The plugin configuration block was implemented: buildTuner { lto = false gtest = '1.8.1' libraries { common = ['cutils.lib'] windows =...
View ArticleSupport of LLVM
Version 0.3 was released: Task llvmCleanCache was added. The task performs clean of local user cache with LLVM downloads. A shared linkage was implemented. Only version LLVM 9.0.0 for GCC, MinGW-W64,...
View ArticleRunning tests of included builds sequent
Figured it out: github.com/gradle/gradle Issue: Enforce dependsOn order on task references opened by coder82 on 2019-10-14 When I run this code from my root project, which includes many builds, I want...
View ArticleTransfer plugin
Sorry for the late reply. The ownership should have being changed to your workmate. You don’t have the permission for that plugin anymore. You can ask Yoel Gluschnaider to try the next release to see...
View ArticlePlugin ownership
Sorry for the late reply, the user soramitsu is now the owner of the plugin. You can ask him to try publishing a new version.
View ArticleDisable repo.maven.apache.org
It is possible to somehow disable maven central repository in Gradle? I want to use only the company artifactory and Gradle should not use any other repo. I have defined just my repo in the project...
View ArticleDisable repo.maven.apache.org
I tried repositories { maven { url 'https://...myrepo...' } mavenCentral() { content { excludeGroupByRegex(".*") } } } and no effect, it still using it
View ArticleDelete unused version 2.0 of dev.bombinating.jooq-codegen
Could version 2.0 of the dev.bombinating.jooq-codegen plugin be deleted from the portal? It is not used and should not be there. Thanks!
View ArticleGradle probelm with Java I/O in Intellij IDEA
In the following link I have descirbed a problem I faced with gradle but not with maven. Where the System.out.print() function struggles to work properly as expected when it is followed by a Scanner...
View Article