- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 117 for Toolchains (0.46 sec)
-
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/BuildParams.kt
import gradlebuild.basics.BuildParams.VENDOR_MAPPING import org.gradle.api.JavaVersion import org.gradle.api.Project import org.gradle.api.provider.Provider import org.gradle.jvm.toolchain.JvmVendorSpec import org.gradle.jvm.toolchain.internal.LocationListInstallationSupplier.JAVA_INSTALLATIONS_PATHS_PROPERTY import org.jetbrains.kotlin.util.capitalizeDecapitalize.toUpperCaseAsciiOnly enum class FlakyTestStrategy {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Oct 09 08:19:42 UTC 2024 - 16.9K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/Source.java
* {@link org.apache.maven.api.Project}, * {@link org.apache.maven.api.model.Model}, * {@link org.apache.maven.api.settings.Settings}, or * {@link org.apache.maven.api.toolchain.PersistedToolchains}. * * @since 4.0.0 * @see org.apache.maven.api.services.ProjectBuilder#build(Session, Source) * @see org.apache.maven.api.services.SettingsBuilder#build(Session, Source, Source, Source)
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Apr 12 10:50:18 UTC 2024 - 3.5K bytes - Viewed (0) -
api/pom.xml
<module>maven-api-di</module> <module>maven-api-xml</module> <module>maven-api-model</module> <module>maven-api-plugin</module> <module>maven-api-settings</module> <module>maven-api-toolchain</module> <module>maven-api-metadata</module> <module>maven-api-core</module> <module>maven-api-spi</module> <module>maven-api-cli</module> </modules> <properties>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Sat Oct 19 18:11:20 UTC 2024 - 3.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.18.md
- Update Golang to v1.13.14 - Update bazel to 2.2.0 - Update repo-infra to 0.0.8 (to support go1.14.6 and go1.13.14) - Includes: - bazelbuild/bazel-toolchains@3.4.0 - bazelbuild/rules_go@v0.22.8 ([#93232](https://github.com/kubernetes/kubernetes/pull/93232), [@justaugustus](https://github.com/justaugustus)) [SIG API Machinery, Release and Testing] ## Dependencies
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Jun 16 17:18:28 UTC 2021 - 373.2K bytes - Viewed (0) -
guava-tests/test/com/google/common/base/EquivalenceTest.java
* gets translated back to `Integer.valueOf` because that is the only thing J2KT can support. And * anyway, it's nice to avoid `Integer.valueOf` because the Android toolchain optimizes multiple * `Integer.valueOf` calls into one! So we stick with the deprecated `Integer` constructor. */ public void testEqualsEquivalent() { EquivalenceTester.of(Equivalence.equals())
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Feb 20 17:00:05 UTC 2024 - 6.5K bytes - Viewed (0) -
compat/maven-embedder/pom.xml
<dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-settings-builder</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-toolchain-builder</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6.7K bytes - Viewed (0) -
architecture/standards/0004-use-a-platform-architecture.md
This includes software that is implemented using Java, Kotlin or some other JVM language. This platform provides specific support for Java, Groovy and Scala, and includes the foojay toolchain plugin. #### Extensibility platform This is a platform that builds on the core, software and JVM platforms to add support for extending Gradle by implementing and applying plugins.
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Sun Feb 25 22:19:29 UTC 2024 - 4.5K bytes - Viewed (0) -
architecture/platforms.md
This includes software that is implemented using Java, Kotlin or some other JVM language. This platform provides specific support for Java, Groovy and Scala, and includes the foojay toolchain plugin. ### Extensibility platform This is a platform that builds on the core, software and JVM platforms to add support for extending Gradle by implementing and applying plugins.
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu May 02 06:42:46 UTC 2024 - 5.4K bytes - Viewed (0) -
build.gradle.kts
apply(plugin = "io.github.usefulness.maven-sympathy") tasks.withType<JavaCompile> { options.encoding = Charsets.UTF_8.toString() } configure<JavaPluginExtension> { toolchain { languageVersion.set(JavaLanguageVersion.of(17)) } } tasks.withType<Checkstyle>().configureEach { exclude("**/CipherSuite.java") }
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Jun 23 17:02:02 UTC 2024 - 9K bytes - Viewed (0) -
ci/official/containers/linux_arm64/builder.devtoolset/build_devtoolset.sh
;; devtoolset-10) LIBSTDCXX_VERSION="6.0.28" LIBSTDCXX_ABI="new" ;; *) echo "Usage: $0 {devtoolset-9|devtoolset-10} <target-directory> <arch>" echo "Use 'devtoolset-9' to build a manylinux2014 compatible toolchain" exit 1 ;; esac mkdir -p "${TARGET}" mkdir -p ${TARGET}/usr/include # Put the current kernel headers from ubuntu in place. ln -s "/usr/include/linux" "${TARGET}/usr/include/linux"
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Fri Sep 29 00:26:34 UTC 2023 - 6.1K bytes - Viewed (0)