Skip to content

Commit 3e4f600

Browse files
committed
chore: bump to v1.5.0
1 parent 9d03fba commit 3e4f600

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ The primary reason for StrokkCommands existence is the lack of an **ultra-lightw
7171
simply takes away the complexity from Brigadier. For many developers, the feature set of most command frameworks is just
7272
not required and just increases your plugin jar's file size for very little reasons.
7373

74-
BONUS POINT: Annotation processors (and code generation as a whole) is cool 😎.
75-
7674
## Star History
7775
<picture>
7876
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Strokkur424/StrokkCommands&type=Date&theme=dark" />

build.gradle.kts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ plugins {
77
alias(libs.plugins.blossom) apply false
88
}
99

10-
group = "net.strokkur"
11-
version = "1.4.2"
12-
1310
allprojects {
1411
apply {
1512
plugin<SpotlessPlugin>()
@@ -33,9 +30,6 @@ subprojects {
3330
maven("https://repo.papermc.io/repository/maven-public/")
3431
}
3532

36-
version = rootProject.version
37-
group = rootProject.group
38-
3933
if (name.contains("processor") || name.contains("annotations")) {
4034
apply {
4135
plugin<MavenPublishPlugin>()
@@ -98,4 +92,4 @@ subprojects {
9892
enabled = true
9993
}
10094
}
101-
}
95+
}

gradle.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
group=net.strokkur
2+
version=1.5.0
3+
4+
org.gradle.configuration-cache=true

0 commit comments

Comments
 (0)