Skip to content

Commit

Permalink
Merge pull request #25 from t-kameyama/issue_24
Browse files Browse the repository at this point in the history
Fix tests for idea 2019.2
  • Loading branch information
suusan2go authored Aug 20, 2019
2 parents c0284c3 + db7ef9c commit 4f8d1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ targetCompatibility = JavaVersion.VERSION_1_8

intellij {
version '2019.2'
plugins = ['Kotlin']
plugins = ['Kotlin', 'java']
pluginName 'kotlin-fill-class'
publishPlugin {
username 'ksuzuki180'
Expand Down

0 comments on commit 4f8d1e5

Please sign in to comment.