Skip to content

Commit 60d3348

Browse files
committed
plugin-development: Use -SNAPSHOT in tests
1 parent b0c8fc8 commit 60d3348

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

plugin-development/src/functionalTest/resources/org/spongepowered/gradle/plugin/complexbuild/in/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ java {
1515
}
1616

1717
sponge {
18-
apiVersion("8.0.0")
18+
apiVersion("8.0.0-SNAPSHOT")
1919
license("CHANGEME")
2020
loader {
2121
name(PluginLoaders.JAVA_PLAIN)

plugin-development/src/functionalTest/resources/org/spongepowered/gradle/plugin/missingproperties/in/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
sponge {
10-
apiVersion("8.0.0")
10+
apiVersion("8.0.0-SNAPSHOT")
1111
loader {
1212
// name(PluginLoaders.JAVA_PLAIN)
1313
version("1.0")

plugin-development/src/functionalTest/resources/org/spongepowered/gradle/plugin/propertiesinferred/in/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "An example of properties coming from build configuration"
1212

1313
// This is the 'minimal' build configuration
1414
sponge {
15-
apiVersion("8.0.0")
15+
apiVersion("8.0.0-SNAPSHOT")
1616

1717
license("CHANGEME")
1818
loader {

plugin-development/src/functionalTest/resources/org/spongepowered/gradle/plugin/simplebuild/in/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
sponge {
10-
apiVersion("8.0.0")
10+
apiVersion("8.0.0-SNAPSHOT")
1111
loader {
1212
name(PluginLoaders.JAVA_PLAIN)
1313
version("1.0")

0 commit comments

Comments
 (0)