gradle

Come risolvere java.util.zip.ZipException: voce duplicata: bulloni / AggregateException.classe andorid

Sto riscontrando questo problema dopo aver sostituito un .aar libreria con aggiornato .aar. Logcat Errore: Esecuzione n ... yout:1.0.0-alpha1' compile 'com.readystatesoftware.sqliteasset:sqliteassethelper:+' testCompile 'junit:junit:4.12' }

AspectJ Weaver & java module system (spring + gradle), problema con la compilazione

Io uso spring 5, Java 10 e Gradle 4.8 Affronto il seguente problema: java.lang.ClassNotFoundException: org.aspectj.util.Pa ... avax.mail', name: 'javax.mail-api', version: '1.6.2' compile group: 'javax.activation', name: 'activation', version: '1.1.1'

Errore di compilazione durante la compilazione con javac / Groovy

Avere un errore con la compilazione gradle idea errore vedere sullo schermo http://upwap.ru/1884422 apply plugin: 'jav ... igurations.compile.files.each { file -> classes += " ${releaseLibDir}/${file.name}" } return classes }

Utilizzando il framework Toothpick DI essere utilizzato con un progetto Java (solo)

Ho iniziato un piccolo esercizio proof of concept per farci del framework Toothpick DI con un progetto Java basato su Gradle ... op o dalla riga di comando; non sembra essere una scelta popolare come per quanto riguarda il mio googling è andato ... --

Perché il file di classe non è generato nell'attività JavaCompile in gradle

Ho incontrato un problema quando uso gradle per costruire il mio progetto Android. Nel mio processo di compilazione, ho bisog ... , viene eseguita correttamente, ma nella cartella build_tools non ci sono file di classe. Qualsiasi aiuto sarebbe apprezzato.

Esegui l'attività gradle JavaExec in Android Gradle Plagin?

Provo a creare un'attività gradle con il tipo JavaExec. Nella documentazione gradle ho trovato che ho bisogno di aply plugin ... asse Forse ho bisogno di impostare la variabile classpath? Come posso ottenere classpath nel modulo Java in Android Studio?

Error "Could not determine Java version..." Intelij Idea

I installed java10 and Intelij Idea a long time ago, everything worked fine. One day, when opening Intelij Idea, an error app ... he error has not disappeared. In the settings, I checked - the Gradle version is the one that you need. Tell me what to do?

Error when building a project in Android (conflict between Jack and Java 8)

I'm trying to build a project that has the Apache POI 3.15 library enabled and multidex. However, the build throws an error ... compile 'org.apache.poi:poi:3.15' compile 'org.apache.poi:poi-ooxml:3.15' } What is the problem and how to fix it?

Gradle can't download jar files

Links I work I go everything shakes, but the error comes out: Task :netbeans-gradle-plugin:compileJava FAILED :netbean ... ull insights. Get more help at https://help.gradle.org BUILD FAILED in 21m 13s 10 actionable tasks: 6 executed, 4 up-to-date

java: package exists in another module: java.base intellij idea

This is my first time working with java, gradle, and idea. I have a class that overrides the base one. Because of this, I get ... ide public Object readObject() throws IOException, ClassNotFoundException { return ObjectIO.read(this); } }

Compilation of large Java projects IntelliJ IDEA

How do large, commercial projects written in Java compile? Somewhere I heard that no one collects the JAR file, but somehow t ... n-Class': "" } from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } } with jar }

Running TestNG tests in parallel

Using gradle + TestNG Tests dynamically generate xml files with suite The result is a file <?xml version="1.0" encoding ... ml#parallel-suites But this solution is not suitable for gradle I searched the Internet and did not find a working solution