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

Image may be NSFW.
Clik here to view.

The mrJar Plugin v0.0.16 has been released — JPMS Modules Made Easy

Graou74: „…It is a great satisfaction for me to know that I was able to contribute modestly to your beautiful project…“ Honestly, I consider it our project: yours and mine I couldn’t have done it...

View Article


The mrJar Plugin v0.0.16 has been released — JPMS Modules Made Easy

Hi again Lingocoder, Yes you have perfectly understood the context. In the first roll of my application (not JPMS) with which I used Maven instead of Gradle, I had to declare for the runtime lines...

View Article


Apply from in a subprojects with java plugin filter

(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)

View Article

The mrJar Plugin v0.0.16 has been released — JPMS Modules Made Easy

Lol, our project if you want but something like 99.99% vs. 0.01% ;0). Yes I think this project models my problem enough (no compilation error in Eclipse, all classes declared are recognized) however I...

View Article

Image may be NSFW.
Clik here to view.

The mrJar Plugin v0.0.16 has been released — JPMS Modules Made Easy

Graou74: „…Yet the class exists, I do not understand what is happening. I also tried to launch directly from Eclipse and I have an error like this : Error occurred during initialization of boot layer...

View Article


Image may be NSFW.
Clik here to view.

The mrJar Plugin v0.0.16 has been released — JPMS Modules Made Easy

Graou74: „…Error occurred during initialization of boot layer java.lang.module.FindException: Module javafx.xxx not found…“ I think I have reproduced what you described, @Graou74. The solution is...

View Article

Gradle Jar It hasn't found the main class

Did you read the documentation on the application plugin I linked? https://docs.gradle.org/current/userguide/application_plugin.html You can do this for example: in lab-myapp-starter/build.gradle...

View Article

The mrJar Plugin v0.0.16 has been released — JPMS Modules Made Easy

Thank you for the explanations, I’ll look at this later. ----- Mail original -----

View Article


How to collapse source sets inside a java library

What seems to have done the trick is: plugins { "java-library" } sourceSets { base { } main { output.dir(sourceSets.base.output) // for consumers runtime } } dependencies { compileOnly...

View Article


Executing Gradle tasks as part of an undefined build has been deprecated....

when i try and set up gradle with a java application it allows th ebuild to happen but says that along with it and does it when i try other commands as well. most of the time it just says build...

View Article

Executing Gradle tasks as part of an undefined build has been deprecated....

Executing Gradle tasks as part of an undefined build has been deprecated. This will fail with an error in Gradle 7.0 This warning would appear if you’re missing a settings.gradle / settings.gradle.kts...

View Article

Correct the classpath of your application so that it contains a single,...

This is not a Gradle problem. Some versions of Swagger are not compatible with some versions of Spring Boot. You should consult Swagger issues to see if any of the issues / work-arounds on this work...

View Article

No source folders when importing Gradle project with Buildship 3.1.2

I have been following some “getting started” tutorials for libGDX and I am having Gradle problems despite following the directions to the, which are probably outdated. I tried using IntelliJ and...

View Article


Mediating between nebula-release and cognifide aem: which one is right?

I opened defects in both places: https://github.com/nebula-plugins/nebula-release-plugin/pull/172 https://github.com/Cognifide/gradle-aem-plugin/issues/520

View Article

Can a platform BOM be an api dependency?

I’m trying to define a platform BOM as an api dependency of a java-library, but it doesn’t seem to be working. Is this something that’s not supported? E.g.: // lib/build.gradle plugins { id...

View Article


Image may be NSFW.
Clik here to view.

The mrJar Plugin v0.0.16 has been released — JPMS Modules Made Easy

lingocoder: ☆ JDK 13 support — Compile, Test & Run with Java SE 13 @GradleCommunity, here is a project that tests mrJar’s JDK 13 JPMS module support. The JUnit 5 test simply exercises a couple of...

View Article

C++ gradle native CMAKE plugin build arguments and multiple binary

Q1: How can can you pass cmake plugin build arguments: -DBUILD_WHATEVER=< value > my guess is something like this : cmake { .... arguments.set("-DBUILD_WHATEVER=<value>") } Q2: How do you...

View Article


Applying a (BOM-) platform to all configurations

Have been looking for the same, specifically for immutables. For debatable reasons, I’d rather avoid using version number properties, but so far that’s the only alternative I know of to implementation...

View Article

Image may be NSFW.
Clik here to view.

Pending Approval since one week

Hi , I updated an already published plugin com.aoe.jenkins-job-dsl. The plugin is shown as pending approval since a week now Maybe there are issues but I haven’t received any communications up until...

View Article

How to use AWS secret manager(secret name) in gradle/Jenkins AWS plugin for...

How to use AWS secret manager(secret name) in gradle for liquibase deployment. Instead using url, username and password as shown below, i would like to use AWS secret name for RDS db connection I am...

View Article
Browsing all 20435 articles
Browse latest View live


Latest Images