Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-2 votes
0 answers
12 views

* What went wrong: Value 'C:Program FilesJavajdk-17.0.12' given for org.gradle.java.home Gradle property is invalid (Java home supplied is invalid)

What platform(s) does this occur on? Android Where did you reproduce the issue? in a development build Summary I'm facing an issue creating an Android development build using EXPO. After updating ...
Lima's user avatar
  • 1
2 votes
0 answers
26 views

Gradle does not see log field through @Log4j2 annotation inside lombok in InteliJ

I have a class @Log4j2 public class TestClass { public void doSmth() { log.info("doSmth"); } } When I try to compile my code using gradle (tap on "assemble" button ...
Oblivion's user avatar
-1 votes
0 answers
19 views

FXGL. package with shapes is not visible

While i'm trying to use class from com.almasb.fxgl.physics.box2d.collision.shapes package like this: physicsComponent.setFixtureDef(new FixtureDef().shape(new CircleShape((float) hitBoxRadius))); with ...
Drained's user avatar
  • 109
-2 votes
0 answers
10 views

Javadoc failure with Kafka Test

I am trying to run ./gradlew clients:test --tests KafkaProducerTest on the Apache Kafka repository downloaded from github. However, when I do it, I get the following error: starting a Gradle Daemon (...
xyz6675's user avatar
  • 361
0 votes
0 answers
20 views

AIDE project initialization shows up with errors

When I try to sync the project, I get: java.lang.IllegalArgumentException: Unsupported class file major version 65 Caused by: BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_'...
Dragonite Brian 1024's user avatar
-1 votes
1 answer
17 views

How to add Suffix in openapi generator in spring boot gradle?

I am using openapi generator to generate the interface and models from openapi specification. Everything is working fine. But, I want to have suffix in my model name. For example: Employee would be ...
Abhijit Mondal Abhi's user avatar
0 votes
1 answer
41 views

How to add a maven dependency in gradle 8.x

My react-native android project is running on Gradle v8.3. I have files like settings.gradle and build.gradle in my android project. The problem I'm having is when I try to implement PendoSDK for ...
Chaudhry Talha's user avatar
-1 votes
0 answers
25 views

How can I run JaCoCo with gradle using Intellij?

I am getting the following error when trying to run a Spring Boot test with coverage in Intellij. Caused by: java.lang.LinkageError: loader 'bootstrap' attempted duplicate class definition for java....
Juan Bustamante's user avatar
1 vote
0 answers
24 views

After spring-boot update pom resolution failed

I updated the spring-boot version from 3.0.5 to 3.3.2. I am working with gradle 8.9 springBootVersion=3.3.2 dependencyManagementVersion=1.1.6 After that I sporadically get a lot of error messages ...
Tony's user avatar
  • 418
2 votes
0 answers
80 views

Unable to connect visualvm to java application after 7.3 gradle upgrade

We recently upgraded gradle version in our project from 7.1.x to 7.3.x. We observed that we are no longer able to connect visualvm java(11) application running in kubernetes. Port-forward works but ...
curious_soul's user avatar
2 votes
1 answer
48 views

Java annotation processor does not get executed during compilation

I am currently trying to implement a small fun library, that auto-generates fixture classes on compile time by using anootation processing: https://github.com/floydkretschmar/fixturize/tree/main/...
floydk's user avatar
  • 83
-1 votes
0 answers
41 views

Gradle Doesn't use correct JVM [closed]

I am currently trying to compile a basic mod build for Minecraft 1.12.2. However, when I type the gradle command it tells me: Unable to start the daemon process. This problem might be caused by ...
Jxyzh's user avatar
  • 1
-1 votes
0 answers
49 views

How to import a gradle project (Minecraft Forge Mod) into VSCode? [closed]

I downloaded the Minecraft Forge MDK (Minecraft 1.21), then I exported it into a folder called "MyModTemplate", and then opened it in VSCode. The problem is that after I opened it, it gave ...
Almohtady Bellah's user avatar
-1 votes
1 answer
28 views

Do gradle daemons persist cacerts?

I'm working with a Java code base that uses Gradle with Groovy for build automation. Our build logic has pluginMangement decleration with repositories nested inside. Initially, the build logic was ...
Shawn Armstrong's user avatar
-1 votes
1 answer
30 views

ServiceImpl defined in a dependent jar library is not found by spring in MainApplication

I have created a springboot application which will serve as a library for my MainApplication. This library has some service class, repository class and entity, basically an independent feature which ...
BaMiniCo's user avatar

15 30 50 per page
1
2 3 4 5
994