All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.floto.builder.FlotoBuilderParameters Maven / Gradle / Ivy

package io.github.floto.builder;

import com.beust.jcommander.Parameter;
import io.github.floto.core.FlotoCommonParameters;

public class FlotoBuilderParameters extends FlotoCommonParameters {
	@Parameter(names = "--compile-check", description = "Only run the compilation step, return exit code 0 iff compile is successful and without warnings")
	public boolean compileCheck = false;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy