nebula.test.ProjectSpec.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
The newest version!
package nebula.test
import groovy.transform.CompileStatic
/**
* Created by rspieldenner on 3/25/15.
*/
@CompileStatic
class ProjectSpec extends AbstractProjectSpec {
File getProjectDir() {
ourProjectDir
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy