diff options
author | Petr Ilin <hevav@hevav.dev> | 2023-01-23 22:55:42 +0300 |
---|---|---|
committer | Petr Ilin <hevav@hevav.dev> | 2023-01-23 22:55:42 +0300 |
commit | 5709af5c0ade33aff357650fd4e57f79c4844649 (patch) | |
tree | ebb3444d471fa3a5922cabec9735fd693dab2611 /build.gradle | |
parent | 5493d0efb8cc31fe630a5b02e84dcd0378810b40 (diff) | |
download | LimboAuth-5709af5c0ade33aff357650fd4e57f79c4844649.tar.gz LimboAuth-5709af5c0ade33aff357650fd4e57f79c4844649.tar.bz2 LimboAuth-5709af5c0ade33aff357650fd4e57f79c4844649.zip |
Ability to deny/allow commands without permission plugins
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 97e5a26..bd39c53 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { } setGroup("net.elytrium") -setVersion("1.1.6") +setVersion("1.1.7") java { setSourceCompatibility(JavaVersion.VERSION_11) @@ -221,4 +221,6 @@ String getCurrentShortRevision() { setStandardOutput(outputStream) } + + return outputStream.toString().trim() }
\ No newline at end of file |