Skip to content

Commit

Permalink
Move properties out of build.gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
amolenaar committed Jan 18, 2016
1 parent 76db005 commit 5686202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ plugins {
id 'com.github.johnrengelman.shadow' version '1.2.2'
}

group = "org.fitnesse.plugins"
archivesBaseName = "fitnesse-git-plugin"
version = "1.0"


repositories {
mavenCentral()
}
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
version=1.0.1
group = "org.fitnesse.plugins"
archivesBaseName = "fitnesse-git-plugin"

0 comments on commit 5686202

Please sign in to comment.