mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
Add comments from review.
This commit is contained in:
parent
c4b479eb54
commit
d5163dc197
11
action_basics/.gitignore
vendored
Normal file
11
action_basics/.gitignore
vendored
Normal 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
|
||||
|
@ -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>
|
||||
|
@ -1,3 +1,7 @@
|
||||
plugins {
|
||||
id "org.jetbrains.intellij" version "0.4.7"
|
||||
}
|
||||
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user