Skip to content

Commit

Permalink
new test
Browse files Browse the repository at this point in the history
  • Loading branch information
mallowigi committed Dec 7, 2017
1 parent 80016cf commit 0af4bda
Show file tree
Hide file tree
Showing 2 changed files with 368 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ intellij {
patchPluginXml {
version "$version"
sinceBuild System.getenv("pluginSinceBuild") ?: '171.4055.1'
changeNotes file("$projectDir/docs").text
changeNotes file("$projectDir/docs/CHANGELOG.html").text
// untilBuild System.getenv("pluginUntilBuild") ?: untilBuildP
}

Expand Down
Loading

0 comments on commit 0af4bda

Please sign in to comment.