Skip to content

Commit a8623ee

Browse files
authored
Merge pull request #1671 from Haehnchen/feature/gradle-git
update gradle git versions plugin
2 parents 55f7781 + 28f18cb commit a8623ee

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

build.gradle

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
22

33
plugins {
44
id "org.jetbrains.intellij" version "0.4.11"
5-
id 'com.palantir.git-version' version "0.11.0"
5+
id "com.palantir.git-version" version "0.12.3"
66
}
77

88
def htmlFixer = { htmlFile -> file(htmlFile).text.replace('<html>', '').replace('</html>', '') }
@@ -55,19 +55,12 @@ publishPlugin {
5555

5656
group 'fr.adrienbrault.idea.symfony2plugin'
5757

58-
/*
59-
* What went wrong:
60-
A problem occurred evaluating root project 'idea-php-symfony2-plugin'.
61-
> java.lang.NullPointerException (no error message)
62-
63-
6458
def details = versionDetails()
6559
if (details.isCleanTag) {
6660
version = "${details.lastTag}"
6761
} else {
6862
version = "${details.lastTag}.${details.gitHash}-SNAPSHOT"
6963
}
70-
*/
7164

7265
wrapper {
7366
gradleVersion '5.5.1'

0 commit comments

Comments
 (0)