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

nebula.test.ProjectSpec.groovy Maven / Gradle / Ivy

Go to download

Test harness for Gradle plugins. Hopefully retiring in favor of Gradle TestKit

There is a newer version: 10.6.1
Show 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 - 2024 Weber Informatics LLC | Privacy Policy