Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gradle

Not able to remove transitive dependency from gradle in an Android Project

CreateProcess error=206, The filename or extension is too long when running gwtCompile

java gwt gradle spring-boot

Gradle: Spotless task not firing when needed

java gradle format spotless

Can't get Coverity Scan to work (Java/Kotlin/Gradle 3.3 on Windows and Travis)

java gradle kotlin coverity

How to prevent gradlew from download anything?

gradle offline gradlew

Tests coverage using Gradle in IntelliJ IDEA

What makes the minified Hello World Android APK so large - 800KB?

android gradle apk

Failed to apply plugin "com.google.gms.google-services"

How do I provide credentials for Gradle Wrapper without embedding them in my project's gradle-wrapper.properties file?

gradle gradlew

Android Studio handle SNAPSHOT dependencies

Gradle build failing due to keystore.properties file missing

How to upload test reports of Kotlin sources to Coveralls?

How to determine build type in kotlin-multiplatform project

Gradle could not determine Java version from '14.0.1'

gradle

Kotlin Multiplatform : Plugin [id: 'com.android.library'] was not found

How to use the maven ant task from gradle?

groovy maven gradle

Using AndroidAnnotations with Scala and Gradle

Gradle: How do I publish a zip from a non-java project and consume it in a java project?

build gradle

How to upload an artifact to Artifactory / consume it in a build system (Gradle Maven Ant) where the artifact does not have an extension

Why we have to specify useTestNG() for tests with Gradle?

testing gradle testng spock