diff options
author | zaaarf <zaaarf@proton.me> | 2023-08-24 02:01:07 +0200 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-08-24 02:01:07 +0200 |
commit | f5cf9ae2362f119af59c0c8c4bb97af9f572f0ba (patch) | |
tree | 1d90fba35025399a0a56ef503bc66e62a2fbc87e | |
parent | 6ff5143b03bf98c5d99c34d3eef38da0c6179817 (diff) |
fix: changed archive name0.1.0
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index ed4475a..3c07005 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'com.palantir.git-version' version '0.13.0' } -archivesBaseName = 'geb' +archivesBaseName = 'processor' version = gitVersion() java { |