Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for mxml (0.02 sec)

  1. .idea/misc.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <project version="4">
      <component name="EntryPointsManager">
        <list size="4">
          <item index="0" class="java.lang.String" itemvalue="com.tngtech.archunit.junit.ArchTest" />
          <item index="1" class="java.lang.String" itemvalue="org.gradle.internal.instrumentation.api.annotations.BytecodeUpgrade" />
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Nov 06 06:19:29 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  2. build-logic-commons/settings.gradle.kts

    gradle.lifecycle.beforeProject {
        pluginManager.withPlugin("java-base") {
            the<JavaPluginExtension>().toolchain {
                // if you change this java version please also consider changing .idea/misc.xml#project/component(@project-jdk-name}
                // Also, there are a lot of other places this should be changed.
                languageVersion = JavaLanguageVersion.of(17)
                vendor = JvmVendorSpec.ADOPTIUM
            }
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Nov 06 06:19:29 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top