saker.util Documentation TaskDoc JavaDoc Packages
  1. saker.util
  2. Package details
  3. Getting started
  4. Classpath

Classpath

You can add saker.util as the classpath for your project. You'll need to resolve the bundles during build execution and set it to the classpath of your task. An example for setting it for compilation:

saker.java.compile(
	ClassPath: saker.java.classpath.bundle(
		nest.dependency.resolve(
			saker.util,
			Filter: nest.dependency.filter.compile(CompileTransitive: false)
		)
	)
)

The above will resolve the most recent version of saker.util and use it as the Java compilation input classpath. See Nest bundle classpath for more information.