- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for CompileClasspath (0.08 sec)
-
buildSrc/src/main/kotlin/Osgi.kt
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 { bundleExtension.buildAction().execute(this) }
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jan 20 10:30:28 UTC 2024 - 2.2K bytes - Viewed (0) -
compat/maven-compat/src/test/projects/project-dependencies-resolver/it0063/pom.xml
<groupId>org.apache.maven.its.plugins</groupId> <artifactId>maven-it-plugin-dependency-resolution</artifactId> <version>2.1-SNAPSHOT</version> <configuration> <compileClassPath>target/compile.txt</compileClassPath> </configuration> </plugin> </plugins> </build>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.7K bytes - Viewed (0)