Skip to content

Commit

Permalink
revert since-build to 191
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntungho committed Oct 2, 2019
1 parent 6eeecbc commit 7ee04be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apply plugin: 'org.jetbrains.intellij'

intellij {
version ideaVersion
plugins = ['java']
// plugins = ['java']
pluginName "MyBatisBuilder"
sameSinceUntilBuild Boolean.valueOf(isEAP)
patchPluginXml{
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version = 1.0.9
ideaVersion = IC-2019.2
ideaVersion = IC-2019.1
customUtilBuild = 193.*
isEAP = false
pluginChannels = nightly

0 comments on commit 7ee04be

Please sign in to comment.