nebula.test.multiproject.MultiProjectIntegrationInfo.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. Hopefully retiring in favor of Gradle TestKit
package nebula.test.multiproject
import groovy.transform.CompileStatic
@CompileStatic
class MultiProjectIntegrationInfo {
String name
File directory
File buildGradle
}