build.gradle.kts: separate versions for release and development (snapshot)

This commit is contained in:
Karl Tauber
2020-02-05 15:21:01 +01:00
parent 9d046ecd1d
commit 84d05603ef
7 changed files with 6 additions and 13 deletions

View File

@@ -14,8 +14,6 @@
* limitations under the License.
*/
version = rootProject.version
plugins {
`java-library`
`maven-publish`