- Sort Score
- Result 10 results
- Languages All
Results 11 - 15 of 15 for getClasspath (0.57 sec)
-
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/model/GradleDistribution.kt
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 18 18:02:41 UTC 2025 - 2.1K bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/tasks/IntegrationTest.kt
@InputDirectory @PathSensitive(PathSensitivity.RELATIVE) val samplesDir = gradleInstallationForTest.gradleSnippetsDir override fun setClasspath(classpath: FileCollection) { /* * The 'kotlin-daemon-client.jar' repackages 'native-platform' with all its binaries.Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 2K bytes - Viewed (0) -
build-logic/jvm/src/main/kotlin/gradlebuild/startscript/tasks/GradleStartScriptGenerator.kt
generator.setExitEnvironmentVar("GRADLE_EXIT_CONSOLE") generator.setEntryPoint(ExecutableJar("lib/$launcherJarName")) generator.setScriptRelPath("bin/gradle") generator.setClasspath(emptyList()) generator.setAppNameSystemProperty("org.gradle.appname") generator.setDefaultJvmOpts(listOf("-Xmx64m", "-Xms64m")) val unixScriptFile = startScriptsDir.file("gradle").get().asFile
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Apr 08 01:46:59 UTC 2025 - 6.3K bytes - Viewed (0) -
buildSrc/src/main/kotlin/Osgi.kt
val bundleExtension = jarTask.extensions.findByType() ?: jarTask.extensions.create( BundleTaskExtension.NAME, BundleTaskExtension::class.java, jarTask, ) bundleExtension.run { setClasspath(osgi.compileClasspath + sourceSets["main"].compileClasspath) bnd(*bndProperties) } // Call the convention when the task has finished, to modify the jar to contain OSGi metadata. jarTask.doLast {Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Aug 01 08:06:31 UTC 2025 - 5.1K bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/tasks/DistributionTest.kt
class LocalRepositoryEnvironmentProvider(project: Project) : CommandLineArgumentProvider, Named { private val projectName = project.name @Internal val localRepo = project.objects.fileCollection() @get:Classpath val jars: SortedSet<File> get() = localRepo.asFileTree.matching { include("**/*.jar") // https://github.com/gradle/gradle-private/issues/4253
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 18 18:02:41 UTC 2025 - 7.7K bytes - Viewed (0)