Skip to content

Commit 6012cc9

Browse files
author
lgdd
committed
chore: move app version to gradle.properties
1 parent dc2fd61 commit 6012cc9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "2.0.0"
1+
version = "$appVersion"
22

33
apply plugin: "java"
44
apply plugin: "maven-publish"
@@ -77,7 +77,7 @@ publishing {
7777
mavenJava(MavenPublication) {
7878
groupId = "com.github.lgdd"
7979
artifactId = "liferay-healthcheck"
80-
version = "${project.version}"
80+
version = "$appVersion"
8181

8282
from components.java
8383

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
appVersion=2.0.0
12
liferayVersion=7.4.0

0 commit comments

Comments
 (0)