File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,6 @@ The primary reason for StrokkCommands existence is the lack of an **ultra-lightw
7171simply takes away the complexity from Brigadier. For many developers, the feature set of most command frameworks is just
7272not 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" />
Original file line number Diff line number Diff 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-
1310allprojects {
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+ }
Original file line number Diff line number Diff line change 1+ group =net.strokkur
2+ version =1.5.0
3+
4+ org.gradle.configuration-cache =true
You can’t perform that action at this time.
0 commit comments