Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for java_convention_deprecation (0.17 sec)

  1. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    .build.gradle
    [source,groovy]
    ----
    plugins {
        id 'application'
    }
    
    application {
        applicationDefaultJvmArgs = ['-Dgreeting.language=en']
    }
    ----
    =====
    ====
    
    [[java_convention_deprecation]]
    ==== Deprecated `java` plugin conventions
    
    The convention properties contributed by the `java` plugin have been deprecated and scheduled for removal in Gradle 9.0.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
Back to top