Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gradle

Conventional way of copying files in Gradle - use Copy task or copy method?

gradle

In gradle tasks of type Exec, why do commandLine and executable behave differently?

gradle

Which is the proper Gradle plugin to support 'provided' method?

In an Android Gradle build, how to exclude dependencies from an included jar file?

How to run copy task with android studio into assets folder

Error:No such property: GradleVersion for class: JetGradlePlugin

java gradle intellij-idea

run main method using gradle "run" task

java gradle main

what causes "constant expression required" errors for the generated R.id.xxx values in switch statements?

java android gradle

Crashlytics could not find the manifest when update build:gradle to 3.3.0

android gradle

The Hilt Android Gradle plugin is applied but no com.google.dagger:hilt-android-compiler dependency was found

android gradle dagger-hilt

How to add external jar files to gradle build script

gradle

proper way to run kotlin application from gradle task

gradle kotlin

Relative project dependencies in Gradle?

gradle

META-INF/services in JAR with Gradle

java plugins jar gradle

In Android/Gradle how to define a task that only runs when building specific buildType/buildVariant/productFlavor (v0.10+)

Is there any way of making IntelliJ IDEA recognizing Dagger 2 generated classes in a Java project?

Getting error when run react-native run-android

android gradle react-native

How do I use the native JUnit 5 support in Gradle with the Kotlin DSL?

Error in building project in Android Studio

Android Studio proguard handling in multi-library projects

android gradle proguard