Skip to content

Commit

Permalink
plugin-development: Use -SNAPSHOT in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Sep 4, 2021
1 parent b0c8fc8 commit 60d3348
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ java {
}

sponge {
apiVersion("8.0.0")
apiVersion("8.0.0-SNAPSHOT")
license("CHANGEME")
loader {
name(PluginLoaders.JAVA_PLAIN)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

sponge {
apiVersion("8.0.0")
apiVersion("8.0.0-SNAPSHOT")
loader {
// name(PluginLoaders.JAVA_PLAIN)
version("1.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "An example of properties coming from build configuration"

// This is the 'minimal' build configuration
sponge {
apiVersion("8.0.0")
apiVersion("8.0.0-SNAPSHOT")

license("CHANGEME")
loader {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

sponge {
apiVersion("8.0.0")
apiVersion("8.0.0-SNAPSHOT")
loader {
name(PluginLoaders.JAVA_PLAIN)
version("1.0")
Expand Down

0 comments on commit 60d3348

Please sign in to comment.