Add gradle.properties to the gradle plugin project

This commit is contained in:
Alexey Loubyansky
2019-09-02 15:36:28 +02:00
parent c519e38da9
commit 6a417e68a4
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1 @@
version = 999-SNAPSHOT

View File

@@ -113,7 +113,6 @@
<arguments>
<argument>clean</argument>
<argument>${gradle.task}</argument>
<argument>-Pversion=${project.version}</argument>
<argument>-Pdescription=${project.description}</argument>
<argument>-S</argument>
</arguments>