About 50 results
Open links in new tab
  1. Starting from which version does Gradle support Java 21?

    Sep 20, 2023 · I like to use SDKMAN!. Java 21, Gradle 8.5 For full Java 21 support, you can use Gradle 8.5. The release notes say: With this release, Gradle now fully supports compiling, testing and …

  2. Version Compatibility with Gradle, Spring and Java Version

    Mar 14, 2024 · After changing springboot version to 3 and gradle wrapper version to 8, application started working. How do I check which gralde + springboot + java is compatible?

  3. gradle - What is the difference between "sourceCompatibility" and ...

    What happens when they are set to different values? According to the Toolchain and compatibility section of the Java plugin Gradle documentation: sourceCompatibility is "Java version compatibility …

  4. Interpreting The Gradle Compatibility Matrix (Java) for Android ...

    Dec 16, 2024 · On the Gradle Compatibility Matrix for Java Runtime, there is only one single Java version associated with a given Gradle Wrapper version (I'm assuming "Grade Version" can mean …

  5. gradle - How to specify source and target compatibility in Java module ...

    I have a Gradle project consisting of an Android module (the com.android.library plugin is applied in the build.gradle file) and a Java module (the java plugin is applied in the build.gradle file).

  6. flutter - Java, Android Studio & Gradle: Confused about Compatibility ...

    Dec 12, 2024 · By now, I am totally confused about the Java versions, the compatibility metrics (which looks really straight forward but seems to be missunderstood by me) and hope someone can help …

  7. android gradle plugin - Inconsistent JVM-target compatibility detected ...

    Nov 21, 2023 · I've already updated by build.gradle file to include the following, having already seen these questions How to set compileJava' task ( 11) and 'compileKotlin' task (1.8) jvm target …

  8. gradle - Java compatibility of Java library - Stack Overflow

    Nov 9, 2023 · How do I determine which Java version a Java library is compatible with? For reference, I need to upgrade the following libraries: // build.gradle dependencies { compile ('javax.mail:mail:1.4')

  9. Flutter Java and Gradle version compatibility issue

    Oct 31, 2024 · (compatible Gradle version range: 8.4 - 8.7): I am not sure how to fix this. Should I change the Java version or update Gradle? What is the best way to solve this issue to make my …

  10. my project's Gradle version is incompatible with the Java version that ...

    Mar 7, 2012 · Then, update the Gradle version specified in .\android\gradle\wrapper\gradle-wrapper.properties to be compatible with that Java version. Output from java --version: