Questions tagged as 'gradle'

1
answer

Gradle publish does not send files to the nexus repository (maven 2)

I'm trying to make my project send the JARs files to a nexus repository (maven 2) but I'm not getting it. The project is scheduled in kotlin. This code snippet is closest to what I got from a result: plugins { id 'maven' } allprojects...
asked by 10.12.2018 / 00:05
0
answers

Error in Android Studio gradle - .gradle \ buildOutputCleanup \ cache.properties (The system can not find the file specified)

I was wondering if there was a problem with the application, but I did not know how to do it. rebuild in the project that Android Studio would create it again, I did this, but now I'm getting the following error ".gradle \ buildOutputCleanup \ c...
asked by 28.11.2018 / 18:35
0
answers

Error: Connection timed out: connect, problem updating Gradle

Sorry if I'm posting wrong or not correctly. I was doing an update of Gradle and I came across the error that accuses me of some kind of proxy. I went in the HTTP Proxy settings of Android Studio and there it is marked "No Proxy", along with...
asked by 20.10.2018 / 20:54
0
answers

How to correctly configure Thymeleaf Dialect?

To learn a little more about Spring Boot I created a small project. Data persistence works, but I'm having problems with Dialect of Thymeleaf . I know how to configure Maven , but I can not make it work in Gradle...
asked by 10.10.2018 / 04:39
0
answers

Error Compiling Android - firebase

I'm having trouble compiling APK for ionic. I already removed Android Studio and downloaded it again. I've already removed and reinstalled Android. But it did not work. ionic cordova build android Returns the following error: :app:preDe...
asked by 17.09.2018 / 21:09
0
answers

I can not get a project in mavenLocal () Gradle

I put this pom.xml in my project: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM...
asked by 07.09.2018 / 15:57
0
answers

Whitelabel Error Page [SpringBoot + Gradel

In a java system with SpringBoot + Gradel. I'm getting an error message: CodeController:packagecom.javainuse;importorg.springframework.stereotype.Controller;importorg.springframework.web.bind.annotation.RequestMapping;importorg.springframewo...
asked by 08.08.2018 / 21:59
2
answers

Redirect to an html with Spring Boot

I'm starting to create applications with Spring Boot + Gradle, but when configuring the Controller, I can not redirect a url to a html or jsp file. My application looks like this: Projectstructure: MyController: Thepagedisplayedby link i...
asked by 14.07.2018 / 20:36
0
answers

MavenPublish inner class problem when generating aar

I'm trying to create a library in JFrog Artifactory. For this I have the following script: apply plugin: 'digital.wup.android-maven-publish' apply plugin: "com.jfrog.artifactory" .... publishing { publications { mavenQaAar(MavenP...
asked by 14.06.2018 / 04:44
1
answer

Gradle does not recognize dependency on IntelliJ IDE

My gradient is configured like this: plugins { id 'java' } version '1.0-SNAPSHOT' sourceCompatibility = 1.8 repositories { mavenCentral() } dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' compile...
asked by 12.06.2018 / 22:36