Skip to content

Commit

Permalink
Add maven plugin and version up
Browse files Browse the repository at this point in the history
  • Loading branch information
dmelkunov committed Apr 16, 2021
1 parent dcb115f commit 23cdde3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
plugins {
id 'java'
id 'java-library'
id 'maven'
}

group 'ru.stech'
version '0.0.5'
version '0.0.6'

repositories {
mavenCentral()
Expand Down

0 comments on commit 23cdde3

Please sign in to comment.