Skip to content

Commit

Permalink
build: Release 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Jun 21, 2022
1 parent b6d2fba commit 3ab5425
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
5 changes: 4 additions & 1 deletion bom-1.16.x/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ bomGenerator {
includeDependency("net.kyori", "adventure-api", "4.9.3")
includeDependency("net.kyori", "adventure-text-minimessage", "4.1.0-SNAPSHOT")
includeDependency("net.kyori", "adventure-platform-bukkit", "4.0.1")
includeDependency("com.intellectualsites.paster", "Paster", "1.1.4")

// IntellectualSites plugins
includeDependency("com.plotsquared", "PlotSquared-Core", "6.9.0")
includeDependency("com.plotsquared", "PlotSquared-Bukkit", "6.9.0")
includeDependency("com.fastasyncworldedit", "FastAsyncWorldEdit-Core", "2.3.0")
includeDependency("com.fastasyncworldedit", "FastAsyncWorldEdit-Bukkit", "2.3.0")

// IntellectualSites libraries
includeDependency("com.intellectualsites.paster", "Paster", "1.1.4")
includeDependency("com.intellectualsites.informative-annotations", "informative-annotations", "1.0")

// Plugin dependencies
includeDependency("com.github.MilkBowl", "VaultAPI", "1.7.1")
includeDependency("org.bstats", "bstats-bukkit", "3.0.0")
Expand Down
5 changes: 4 additions & 1 deletion bom-1.18.x/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ bomGenerator {
includeDependency("net.kyori", "adventure-api", "4.9.3")
includeDependency("net.kyori", "adventure-text-minimessage", "4.1.0-SNAPSHOT")
includeDependency("net.kyori", "adventure-platform-bukkit", "4.0.1")
includeDependency("com.intellectualsites.paster", "Paster", "1.1.4")

// IntellectualSites plugins
includeDependency("com.plotsquared", "PlotSquared-Core", "6.9.0")
includeDependency("com.plotsquared", "PlotSquared-Bukkit", "6.9.0")
includeDependency("com.fastasyncworldedit", "FastAsyncWorldEdit-Core", "2.3.0")
includeDependency("com.fastasyncworldedit", "FastAsyncWorldEdit-Bukkit", "2.3.0")

// IntellectualSites libraries
includeDependency("com.intellectualsites.paster", "Paster", "1.1.4")
includeDependency("com.intellectualsites.informative-annotations", "informative-annotations", "1.0")

// Plugin dependencies
includeDependency("com.github.MilkBowl", "VaultAPI", "1.7.1")
includeDependency("org.bstats", "bstats-bukkit", "3.0.0")
Expand Down
5 changes: 4 additions & 1 deletion bom-newest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ bomGenerator {
includeDependency("net.kyori", "adventure-api", "4.11.0")
includeDependency("net.kyori", "adventure-text-minimessage", "4.11.0")
includeDependency("net.kyori", "adventure-platform-bukkit", "4.1.1")
includeDependency("com.intellectualsites.paster", "Paster", "1.1.4")

// IntellectualSites plugins
includeDependency("com.plotsquared", "PlotSquared-Core", "6.9.0")
includeDependency("com.plotsquared", "PlotSquared-Bukkit", "6.9.0")
includeDependency("com.fastasyncworldedit", "FastAsyncWorldEdit-Core", "2.3.0")
includeDependency("com.fastasyncworldedit", "FastAsyncWorldEdit-Bukkit", "2.3.0")

// IntellectualSites libraries
includeDependency("com.intellectualsites.paster", "Paster", "1.1.4")
includeDependency("com.intellectualsites.informative-annotations", "informative-annotations", "1.0")

// Plugin dependencies
includeDependency("com.github.MilkBowl", "VaultAPI", "1.7.1")
includeDependency("org.bstats", "bstats-bukkit", "3.0.0")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
eclipse
}

version = "1.6-SNAPSHOT"
version = "1.6"

subprojects {
apply {
Expand Down

0 comments on commit 3ab5425

Please sign in to comment.