File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
22
33plugins {
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
88def htmlFixer = { htmlFile -> file(htmlFile). text. replace(' <html>' , ' ' ). replace(' </html>' , ' ' ) }
@@ -55,19 +55,12 @@ publishPlugin {
5555
5656group ' 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-
6458def details = versionDetails()
6559if (details. isCleanTag) {
6660 version = " ${ details.lastTag} "
6761} else {
6862 version = " ${ details.lastTag} .${ details.gitHash} -SNAPSHOT"
6963}
70- */
7164
7265wrapper {
7366 gradleVersion ' 5.5.1'
You can’t perform that action at this time.
0 commit comments