Skip to content

Commit

Permalink
setting up workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicjii authored Mar 8, 2022
1 parent b77677b commit 44b262f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'plugin'
version = '1.1'
version = '1.1.2'

tasks {
runServer {
Expand Down Expand Up @@ -52,3 +52,9 @@ processResources {
expand props
}
}

task getCurrentVersion {
doFirst {
System.out.println(version)
}
}

0 comments on commit 44b262f

Please sign in to comment.