Results for gradle
What went wrong: Execution failed for task ':app:mergeDevelopmentDebugNativeLibs'. A failure occurred while executing com.android.build.gradle.inte...
I configured my Gradle build as follows: tasks { val preview = "--enable-preview" withTypeJavaCompile> { options.compilerArgs.add(pre...
Gradle is a magic box for me. I often don't get it and always do try and error. I use gradle 8.1 and groovy scripts. I have this small task import jav...
I'm having trouble configuring AspectJ in my kotlin project. I'm using freefair plugin but it doens't seem to be working. I start my application with ...
I am trying to setup a basic app running quarkus 3.4.3 and javafx 21.0.1 using gradle 8.4 with kotlin dsl as the build tool. As soon as I apply the qu...
I have project with spring-boot:3.1.4 and query-dsl:5.0.0 build.gradle plugins { id 'java' id 'org.springframework.boot' version '3.1.4' } ja...
I made my first gradle project using VS Code and I changed the "App" java class to another name and moved it to a different file structure. When I run...
I am trying to build my project but every time I get the following errors: Error 1 java.lang.NoSuchMethodError: 'kotlin.sequences.Sequence com.google....
I need to generate a jar file of my project. This is my first time using gradle. Inside intellij, i'm executing "gradle -> Tasks -> jar" to generate t...
I have a spring boot application, and I want to insert a variable from gradle.properties into my application.yaml file I have this in my gradle.proper...
My Azure pipeline contains the following task - task: Gradle@2 displayName: 'Run checks and tests' inputs: javaHomeOption: 'JDKVersion' ...
I'm trying to develop an application that uses 3 separate modules as the layers for the clean app architecture: app, data, domain. In the app dependen...
I have a working Gradle Settings plugin written in Groovy that makes a top-level function available to consumer settings.gradles when applied. For con...
I'm new to Gradle. The command: $ ./gradlew dependencies display a list of dependencies. would someone explain what is the differences between the fol...
I was using Eclipse 2022-09 and all was working fine. I manage all dependencies via Gradle. The version of JUnit 5 is defined by the Spring Boot manag...
I just disvovered spring-devtools to restart the application when a class file changes. To trigger the restart i setup IntelliJ like this: Activated ...
When trying to configure the project using Java 21 I'm getting the error: Unsupported Java. Your build is currently configured to use Java 21 and Gra...
I'm getting a build error in the build.gradle file on line #11. I have removed the "new" keyword from the file but I still get the error. Here is my b...
after initializing the spring boot project it does not execute any dependencies and does not download the dependencies stuck my project in the initial...
I have a multimodule project, with such build.gradle in the root: plugins { id "io.spring.dependency-management" version "1.1.3" id "org.sprin...
When I create a new flutter project the project always failed to run and output the exception that shown in the picture I tried to delete the folder ....
After quite accidentally updating the Gradle version and Android Studio version while programming an app with Kotlin, I ended up with the following er...
Suppose I have a monorepo with a bunch of microservices which form a single distributed system. All of them are JVM-based and use the most up-to-date ...
I am trying to use Blaze persistence in a native quarkus service. Everything works fine in JVM mode. However, I am getting an exception in native (Gra...
When working with Gradle projects I find that it doesn't always honour declared constraints. A simple example would be spring-boot-starter-tomcat:3.1....
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?