gradle tag

30 questions


1 answers
390 views
0
How do I find out about BOM support in Java Gradle?

I refer to the following article.https://blogs.lisb.direct/entry/2019-07-01-083000 Gradle has a mechanism called BOM.For example, if you write the following in dependencies, [2]There is no version spe...

1 years ago

1 answers
370 views
0
How to Create a Dependent Jar File from settings.gradle

When I asked Stack Overflow in English, I couldn't get an answer, so I'll ask you a question.The current Gradle not only creates build.gradle but also sets.gradle, and the dependencies are written the...

1 years ago

1 answers
403 views
0
Console Lost Color After Refreshing GradleProject in Spring Tool Suite

I am learning Spring using the Spring Tool Suite (STS).On the way, I noticed that there was a shortage of libraries, so I did the following:Add one line of implementation to build.gradeFrom Package Ex...


1 answers
128 views
0
Error when I create war using Gradle in Spring Boot and boot on tomcat

I am trying to create a war with Gradle and deploy it on an existing Tomcat.I succeeded in creating war, but when I put it on the webapp and launch Tomcat, I get the following error:Critical [localhos...

1 years ago

1 answers
75 views
0
US>Build Error in ? After Plug-in Update

After the plug-in update?, the build has not been successfully.The source is the same as the code in the Kotlin start book.(Contents up to 250 pages)I wanted to try various things in REPL, so I create...

1 years ago

2 answers
87 views
0
I want to share a session between applications with two war files

I am creating a web application with JavaEE7+Wildfly10.I use gradle for the build.As an independent gradle project, there are two web applications, each built as a war file.Deploy these two war files ...

1 years ago

1 answers
135 views
0
CordovaLib File Missing Error

Hello,I am developing it with Android studio+cordova.The following error occurred in the build, and the error in CordovaLib was not addressed.There are quite a few errors related to okhttp.I would app...


1 answers
64 views
0
Google Play Services - Could not find dependency

We are developing it on Android.com.google.android.gms:play-services-location:15.0.1When I try to put location in the gradle above, I get an error.The older version of 11.0.2 goes in without any probl...


1 answers
127 views
0
Gradle's -D option value cannot be retrieved by Java program

System.getProperty cannot retrieve valuesJava 1.8Gradle 2.14 gradle test-Denv=testSample.java import static org.junit.Assert.assertEquals;import org.junit.Test;public class Sample { @ Test public void...

1 years ago

1 answers
70 views
0
Build Error Running ProGuard on Android Studio

Enable ProGuard on Android Studio and ./gradlew assemblyReleaseWhen building with the above command, the following error occurs:FAILURE: Build failed with an exception.What was wrong: Execution failed...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.