nebula.test.multiproject.MultiProjectInfo.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nebula-test Show documentation
Show all versions of nebula-test Show documentation
Test harness for Gradle plugins
package nebula.test.multiproject
import groovy.transform.CompileStatic
import org.gradle.api.Project
@CompileStatic
class MultiProjectInfo {
String name
Project parent
Project project
File directory
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy