Skip to content

Commit

Permalink
Add release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcono1234 committed Sep 27, 2021
1 parent 114349a commit 9ef785d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
plugins {
`java-library`
`maven-publish`
id("pl.allegro.tech.build.axion-release") version "1.13.3"
}

repositories {
mavenCentral()
}

group = "marcono1234.gson"
version = "1.0.0-SNAPSHOT"
// See https://axion-release-plugin.readthedocs.io/en/latest/
version = scmVersion.version

java {
toolchain {
Expand Down

0 comments on commit 9ef785d

Please sign in to comment.