Skip to content

Commit 80bc602

Browse files
authored
Merge pull request #6 from benwoo1110/ben/fix-version
Fix version not applying to processResources
2 parents b1785bf + 8c7032b commit 80bc602

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/groovy/org.mvplugins.bukkit-plugin.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ plugins {
33
id 'com.gradleup.shadow'
44
}
55

6+
version = System.getenv('GITHUB_VERSION') ?: 'local'
7+
68
compileJava {
79
sourceCompatibility = JavaVersion.VERSION_17
810
targetCompatibility = JavaVersion.VERSION_17

src/main/groovy/org.mvplugins.multiverse-plugin.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ plugins {
44
id 'org.mvplugins.multiverse-maven-publish'
55
}
66

7-
version = System.getenv('GITHUB_VERSION') ?: 'local'
8-
97
repositories {
108
mavenLocal()
119
mavenCentral()

0 commit comments

Comments
 (0)