Add comments from review.

This commit is contained in:
JohnHake 2019-06-15 20:29:24 -07:00
parent c4b479eb54
commit d5163dc197
3 changed files with 16 additions and 1 deletions

11
action_basics/.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
# Created by .ignore support plugin (hsz.mobi)
### Gradle template
.gradle
build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

View File

@ -5,7 +5,7 @@
<id>org.intellij.sdk.action</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<name>SDK Action Sample Project</name>
<name>SDK: Action Sample Project</name>
<!-- The version of this plugin -->
<version>2.0.0</version>

View File

@ -1,3 +1,7 @@
plugins {
id "org.jetbrains.intellij" version "0.4.7"
}
sourceCompatibility = 1.8