Skip to content

Commit

Permalink
Revert "Set up release plugin"
Browse files Browse the repository at this point in the history
This reverts commit 9390372. Was a
bad idea.
  • Loading branch information
lorenzleutgeb committed Feb 7, 2017
1 parent 9390372 commit f3fa411
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 22 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml
.idea/shelf

# Sensitive or high-churn files:
.idea/dataSources/
Expand Down
6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

12 changes: 1 addition & 11 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
plugins {
id 'net.researchgate.release' version '2.4.0'
}

apply plugin: 'antlr'
apply plugin: 'application'
apply plugin: 'checkstyle'
Expand Down Expand Up @@ -66,10 +62,4 @@ task bundledJar(type: Jar) {
archiveName = "${project.name}-bundled.jar"

with jar
}

release {
preTagCommitMessage = ""
tagCommitMessage = ""
newVersionCommitMessage = ""
}
}
4 changes: 0 additions & 4 deletions gradle.properties

This file was deleted.

0 comments on commit f3fa411

Please sign in to comment.