- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 43 for ClassPath (0.14 seconds)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/Docbook2Xhtml.groovy
import org.gradle.api.file.RegularFileProperty import org.gradle.api.logging.LogLevel import org.gradle.api.model.ObjectFactory import org.gradle.api.tasks.CacheableTask import org.gradle.api.tasks.Classpath import org.gradle.api.tasks.InputDirectory import org.gradle.api.tasks.InputFile import org.gradle.api.tasks.InputFiles import org.gradle.api.tasks.OutputDirectory import org.gradle.api.tasks.PathSensitive
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 04 07:24:54 GMT 2024 - 4.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/unit/TestSystemProperties.java
import java.util.Properties; import org.codelibs.core.misc.DynamicProperties; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * Test implementation of system properties that loads from classpath */ public class TestSystemProperties extends DynamicProperties { private static final Logger logger = LoggerFactory.getLogger(TestSystemProperties.class); public TestSystemProperties() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Aug 19 14:09:36 GMT 2025 - 2.5K bytes - Click Count (0) -
.github/workflows/submit-github-dependency-graph.yml
DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: 'ktlint|checkstyle|.*[Tt]est(Compile|Runtime)Classpath|.*[Tt]estImplementationDependenciesMetadata|.*[Tt]estFixtures(Compile|Runtime)Classpath|.*[Tt]estFixturesImplementationDependenciesMetadata'...
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 22:06:44 GMT 2026 - 933 bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild.binary-compatibility.gradle
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Dec 30 10:14:25 GMT 2025 - 8.9K bytes - Click Count (0) -
okhttp-osgi-tests/build.gradle.kts
changes with every test execution, such that running the test actually changes the test classpath itself. This means that it can"t benefit from incremental build acceleration, because on every execution it sees that the classpath has changed, and so to be safe, it needs to re-run. - This is unfortunate, because actually it would be safe to declareCreated: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Feb 05 09:17:33 GMT 2026 - 2.5K bytes - Click Count (0) -
okhttp-osgi-tests/src/test/kotlin/okhttp3/osgi/OsgiTest.kt
for (path in fileSystem.list(directory)) { deployFile(path) } } private fun RepositoryPlugin.deployClassPath() { val classpath = System.getProperty("java.class.path") val entries = classpath .split(File.pathSeparator.toRegex()) .dropLastWhile { it.isEmpty() } .toTypedArray() for (classPathEntry in entries) {
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 5K bytes - Click Count (0) -
build-logic/src/main/kotlin/Osgi.kt
this, ) val osgiApiArtifacts = osgiApi.artifacts val jvmMainClasses = tasks.named("jvmMainClasses").map { it.outputs.files } bundleExtension.apply { classpath(osgiApiArtifacts) classpath(jvmMainClasses) properties.empty() bnd(*bndProperties) } doLast("buildBundle", BndBuildAction(bundleExtension, this, mainSourceSet.allSource)) } }Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Feb 05 09:17:33 GMT 2026 - 3.5K bytes - Click Count (0) -
.gitignore
target/ .settings/ .classpath .project .idea
Created: Thu Apr 02 15:34:12 GMT 2026 - Last Modified: Mon Nov 24 03:10:07 GMT 2025 - 54 bytes - Click Count (0) -
build-logic/src/main/kotlin/JavaModules.kt
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Feb 05 22:47:58 GMT 2026 - 2.3K bytes - Click Count (0) -
build-logic/binary-compatibility/build.gradle.kts
compileOnly(buildLibs.kotlinCompilerEmbeddable) testImplementation(buildLibs.jsoup) testImplementation(testLibs.junit5JupiterEngine) } tasks.compileGroovy.configure { classpath += files(tasks.compileKotlin)
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 09:06:26 GMT 2026 - 927 bytes - Click Count (0)