Don't run apply-plugin tests
Stop running apply-plugin tests as part of the build since during a release the version number will change and the jar will not be available. Fixes gh-11857
This commit is contained in:
@@ -31,12 +31,8 @@ public class GettingStartedDocumentationTests {
|
||||
@Rule
|
||||
public GradleBuild gradleBuild = new GradleBuild();
|
||||
|
||||
@Test
|
||||
public void applyPluginSnapshotExampleEvaluatesSuccessfully() {
|
||||
this.gradleBuild
|
||||
.script("src/main/gradle/getting-started/apply-plugin-snapshot.gradle")
|
||||
.build();
|
||||
}
|
||||
// NOTE: We can't run any `apply-plugin` tests because during a release the
|
||||
// jar won't be there
|
||||
|
||||
@Test
|
||||
public void typicalPluginsAppliesExceptedPlugins() {
|
||||
|
||||
Reference in New Issue
Block a user