mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +08:00
gradle-intellij-plugin 0.5.0
This commit is contained in:
parent
15f053e10e
commit
db57c900a2
55
.idea/compiler.xml
generated
55
.idea/compiler.xml
generated
@ -4,64 +4,9 @@
|
||||
<addNotNullAssertions enabled="false" />
|
||||
<wildcardResourcePatterns />
|
||||
<bytecodeTargetLevel>
|
||||
<module name="action" target="1.8" />
|
||||
<module name="action.main" target="1.8" />
|
||||
<module name="action.test" target="1.8" />
|
||||
<module name="comparing_references_inspection" target="1.8" />
|
||||
<module name="comparing_references_inspection.main" target="1.8" />
|
||||
<module name="comparing_references_inspection.test" target="1.8" />
|
||||
<module name="conditional_operator_intention" target="1.8" />
|
||||
<module name="conditional_operator_intention.main" target="1.8" />
|
||||
<module name="conditional_operator_intention.test" target="1.8" />
|
||||
<module name="editor" target="1.8" />
|
||||
<module name="editor.main" target="1.8" />
|
||||
<module name="editor.test" target="1.8" />
|
||||
<module name="facet" target="1.8" />
|
||||
<module name="facet.main" target="1.8" />
|
||||
<module name="facet.test" target="1.8" />
|
||||
<module name="framework" target="1.8" />
|
||||
<module name="framework.main" target="1.8" />
|
||||
<module name="framework.test" target="1.8" />
|
||||
<module name="inspection" target="1.8" />
|
||||
<module name="inspection.main" target="1.8" />
|
||||
<module name="inspection.test" target="1.8" />
|
||||
<module name="kotlin" target="1.8" />
|
||||
<module name="kotlin.main" target="1.8" />
|
||||
<module name="kotlin.test" target="1.8" />
|
||||
<module name="live_templates" target="1.8" />
|
||||
<module name="live_templates.main" target="1.8" />
|
||||
<module name="live_templates.test" target="1.8" />
|
||||
<module name="maxOpenProjects" target="1.8" />
|
||||
<module name="module" target="1.8" />
|
||||
<module name="module.main" target="1.8" />
|
||||
<module name="module.test" target="1.8" />
|
||||
<module name="project_model" target="1.8" />
|
||||
<module name="project_model.main" target="1.8" />
|
||||
<module name="project_model.test" target="1.8" />
|
||||
<module name="project_view_pane" target="1.8" />
|
||||
<module name="project_view_pane.main" target="1.8" />
|
||||
<module name="project_view_pane.test" target="1.8" />
|
||||
<module name="projectWizard" target="1.8" />
|
||||
<module name="projectWizard.main" target="1.8" />
|
||||
<module name="projectWizard.test" target="1.8" />
|
||||
<module name="psi" target="1.8" />
|
||||
<module name="psi.main" target="1.8" />
|
||||
<module name="psi.test" target="1.8" />
|
||||
<module name="pycharm" target="1.8" />
|
||||
<module name="pycharm.main" target="1.8" />
|
||||
<module name="pycharm.test" target="1.8" />
|
||||
<module name="runConfiguration" target="1.8" />
|
||||
<module name="runConfiguration.main" target="1.8" />
|
||||
<module name="runConfiguration.test" target="1.8" />
|
||||
<module name="simple_language_plugin" target="1.8" />
|
||||
<module name="simple_language_plugin.main" target="1.8" />
|
||||
<module name="simple_language_plugin.test" target="1.8" />
|
||||
<module name="toolWindow" target="1.8" />
|
||||
<module name="toolWindow.main" target="1.8" />
|
||||
<module name="toolWindow.test" target="1.8" />
|
||||
<module name="treeStructureProvider" target="1.8" />
|
||||
<module name="treeStructureProvider.main" target="1.8" />
|
||||
<module name="treeStructureProvider.test" target="1.8" />
|
||||
</bytecodeTargetLevel>
|
||||
</component>
|
||||
</project>
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.3.60'
|
||||
}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'com.intellij.sdk'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
|
@ -96,7 +96,7 @@ The generated `my_gradle_plugin` project `build.gradle` file:
|
||||
```groovy
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.4.26'
|
||||
id 'org.jetbrains.intellij' version '0.5.0'
|
||||
}
|
||||
|
||||
group 'com.your.company'
|
||||
|
@ -53,7 +53,7 @@ Your `build.gradle` file may look like so:
|
||||
plugins {
|
||||
id "java"
|
||||
id "org.jetbrains.kotlin.jvm" version "1.3.72"
|
||||
id "org.jetbrains.intellij" version "0.4.26"
|
||||
id "org.jetbrains.intellij" version "0.5.0"
|
||||
}
|
||||
|
||||
apply plugin: "kotlin"
|
||||
@ -105,7 +105,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
plugins {
|
||||
id("java")
|
||||
id("org.jetbrains.kotlin.jvm") version "1.3.72"
|
||||
id("org.jetbrains.intellij") version "0.4.26"
|
||||
id("org.jetbrains.intellij") version "0.5.0"
|
||||
}
|
||||
|
||||
group = "com.your.company.name"
|
||||
|
Loading…
x
Reference in New Issue
Block a user