mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
Add comments from review.
This commit is contained in:
parent
35116dc6c2
commit
edfacaef81
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>
|
<id>org.intellij.sdk.action</id>
|
||||||
|
|
||||||
<!-- Text to display as name on Preferences/Settings | Plugin page -->
|
<!-- 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 -->
|
<!-- The version of this plugin -->
|
||||||
<version>2.0.0</version>
|
<version>2.0.0</version>
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id "org.jetbrains.intellij" version "0.4.7"
|
id "org.jetbrains.intellij" version "0.4.7"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
sourceCompatibility = 1.8
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user