Questions tagged [android-gradle-8]

3 questions
1
vote
0 answers

How to make Cirrus CI use Java 17 to support Gradle 8

I wanted to upgrade my Android Studio project to use Gradle 8 and am using Cirrus CI for this project. However, when running the tests after having upgraded, Cirrus tells me that Java 17 is required for Gradle 8 and the current version on the CI is…
Luca Engel
  • 11
  • 3
0
votes
1 answer

Publish Android library with Gradle 8 causes a ERROR: No build artifacts found

I struggle with publishing an Android library using Gradle 8.x. I always run into ERROR: No build artifacts found Here is my jipack.io issue https://github.com/jitpack/jitpack.io/issues/5562 and this is a log file…
hannes ach
  • 16,247
  • 7
  • 61
  • 84
0
votes
2 answers

Upgrade Android gradle plugin to 8.0.0 cannot let me select Java SDK

I'm trying to upgrade my Android gradle plugin to 8.0.0. It seems Android Studio has a bug and cannot let me select the Java SDK. Or to be more precise, it lets me to select it but the "Run selected steps" button remains disabled/grey. Also, the…
Adam Varhegyi
  • 11,307
  • 33
  • 124
  • 222