Skip to content

Commit

Permalink
Retire 'bom-1.18.x' module (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Jul 5, 2023
1 parent f916730 commit ef13eb3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 49 deletions.
1 change: 0 additions & 1 deletion bom-1.16.x/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {
bomGenerator {
// FastAsyncWorldEdit, PlotSquared, etc. serve a bom on its on, which we don't want here
excludeProject("bom-1.16.x")
excludeProject("bom-1.18.x")
excludeProject("bom-newest")

// Native Minecraft dependencies
Expand Down
45 changes: 0 additions & 45 deletions bom-1.18.x/build.gradle.kts

This file was deleted.

1 change: 0 additions & 1 deletion bom-newest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {
bomGenerator {
// FastAsyncWorldEdit, PlotSquared, etc. serve a bom on its on, which we don't want here
excludeProject("bom-1.16.x")
excludeProject("bom-1.18.x")
excludeProject("bom-newest")

// Native Minecraft dependencies - locked at the version the game uses
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"automerge": true,
"packageRules": [
{
"matchPaths": ["bom-1.16.x/**", "bom-1.18.x/**"],
"matchPaths": ["bom-1.16.x/**"],
"ignoreDeps": [
"net.kyori:adventure-api",
"net.kyori:adventure-text-minimessage",
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rootProject.name = "bom"

include("bom-1.16.x", "bom-1.18.x", "bom-newest")
include("bom-1.16.x", "bom-newest")

0 comments on commit ef13eb3

Please sign in to comment.