Skip to content

Commit

Permalink
trying to make Gradle happy
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Dec 14, 2020
1 parent 62f3767 commit fdc7d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

description = "EPICS to web gateway"
group 'org.jlab'
version = '1.11.0'
version '1.11.0'

ext {
releaseDate = 'December 14 2020'
Expand Down Expand Up @@ -55,7 +55,7 @@ war {
archiveName 'epics2web.war'
filesMatching('WEB-INF/web.xml') {
filter {
String line -> line.replaceAll("@VERSION@", version)
String line -> line.replaceAll("@VERSION@", project.version)
}
filter {
String line -> line.replaceAll("@RELEASE_DATE@", releaseDate)
Expand Down

0 comments on commit fdc7d6b

Please sign in to comment.