Skip to content

Commit

Permalink
v1.0.7 is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqzn committed May 18, 2023
1 parent beda43b commit 79fe8ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {


group 'io.github.mqzn'
version '1.0.6'
version '1.0.7'

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
@CommandsGroup
@Command(name = "testa")
@SubCommand(value = TestSub1.class)
//@SubCommand(value = TestSub2.class)
//@SubCommand(value = TestSub3.class)
//@SubCommand(value = TestRoot1.class)
//@SubCommand(value = TestRoot2.class)
public class TestAnnotatedCommand {


Expand Down

0 comments on commit 79fe8ae

Please sign in to comment.