Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Oct 6, 2019
1 parent 8ba046c commit a6948ea
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -506,14 +506,6 @@ modernizer {
}

// Release tasks
task generateFinalJabRefPS1File(type: Copy) {
from('buildres') {
include 'JabRef.ps1'
}
into 'build'
filter(org.apache.tools.ant.filters.ReplaceTokens, tokens: [jabRefJarFileName: jar.archiveName])
}

task deleteInstallerTemp(type: Delete) {
delete "$buildDir/installer"
}
Expand Down

0 comments on commit a6948ea

Please sign in to comment.