dev.gradleplugins.internal.DefaultDependencyVersions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin-development Show documentation
Show all versions of gradle-plugin-development Show documentation
Gradle plugin development plugins.
package dev.gradleplugins.internal;
public interface DefaultDependencyVersions {
@Deprecated
String SPOCK_FRAMEWORK_VERSION = "1.2-groovy-2.5";
@Deprecated
String GROOVY_ALL_VERSION = "2.5.2"; // Align with Spock
String GRADLE_FIXTURES_VERSION = "0.0.130";
}