- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for compileClassPath (0.09 seconds)
-
build-logic/src/main/kotlin/Osgi.kt
val bundleExtension = jarTask.extensions.create( BundleTaskExtension.NAME, BundleTaskExtension::class.java, jarTask, ) bundleExtension.run { setClasspath(osgi.compileClasspath + sourceSets["main"].compileClasspath) properties.empty() bnd(*bndProperties) } jarTask.doLast( "buildBundle", BndBuildAction(bundleExtension, jarTask, sourceSets["main"].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) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.code-quality.gradle.kts
the<SourceSetContainer>().all { tasks.register<Checkstyle>(getTaskName("checkstyle", "groovy")) { config = configFile("checkstyle-groovy.xml") source(allGroovy) classpath = compileClasspath reports.xml.outputLocation = checkstyle.reportsDir.resolve("${******@****.***}-groovy.xml") } } } codenarc { config = configFile("codenarc.xml") reportFormat = "console"
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:47:14 GMT 2026 - 8.7K bytes - Click Count (0)