Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gradle-example
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Leona
I
idea
plugin
gradle-example
Commits
497a62e8
Commit
497a62e8
authored
Oct 15, 2019
by
duanledexianxianxian
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add doc
parent
5131f371
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
gradle.properties
gradle.properties
+0
-0
plugin-gradle/build.gradle
plugin-gradle/build.gradle
+7
-3
plugin-gradle/src/main/resources/META-INF/plugin.xml
plugin-gradle/src/main/resources/META-INF/plugin.xml
+2
-1
No files found.
gradle.properties
0 → 100644
View file @
497a62e8
plugin-gradle/build.gradle
View file @
497a62e8
buildscript
{
buildscript
{
dependencies
{
dependencies
{
classpath
group:
'gradle.plugin.org.jetbrains.intellij.plugins'
,
name:
'gradle-intellij-plugin'
,
version:
'0.4.10'
classpath
group:
'gradle.plugin.org.jetbrains.intellij.plugins'
,
name:
'gradle-intellij-plugin'
,
version:
'0.4.10'
}
}
}
}
plugins
{
plugins
{
id
'idea'
id
'java'
id
'java'
id
'org.jetbrains.intellij'
version
'0.4.10'
id
'org.jetbrains.intellij'
version
'0.4.10'
}
}
...
@@ -13,11 +14,14 @@ group 'com.duanledexianxianxian'
...
@@ -13,11 +14,14 @@ group 'com.duanledexianxianxian'
version
'1.0-SNAPSHOT'
version
'1.0-SNAPSHOT'
dependencies
{
dependencies
{
testCompile
group:
'junit'
,
name:
'junit'
,
version:
'4.12'
testCompile
group:
'junit'
,
name:
'junit'
,
version:
'4.12'
// compileOnly fileTree(include: ['*.jar'], dir: ideaSDKlocalPath + '/Contents/plugins/DatabaseTools/lib')
}
}
// See https://github.com/JetBrains/gradle-intellij-plugin/
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij
{
intellij
{
version
'2019.1.2'
version
'2019.1.2'
type
'IU'
plugins
=
[
'DatabaseTools'
]
//Bundled plugin dependencies
}
}
patchPluginXml
{
patchPluginXml
{
changeNotes
"""
changeNotes
"""
...
...
plugin-gradle/src/main/resources/META-INF/plugin.xml
View file @
497a62e8
...
@@ -14,7 +14,8 @@
...
@@ -14,7 +14,8 @@
-->
-->
<depends>
com.intellij.modules.platform
</depends>
<depends>
com.intellij.modules.platform
</depends>
<depends
optional=
"true"
>
com.intellij.modules.ultimate
</depends>
<depends
optional=
"true"
>
com.intellij.modules.ultimate
</depends>
<depends>
com.intellij.database
</depends>
<depends
optional=
"true"
>
com.intellij.modules.platform
</depends>
<depends
optional=
"true"
>
com.intellij.database
</depends>
<extensions
defaultExtensionNs=
"com.intellij"
>
<extensions
defaultExtensionNs=
"com.intellij"
>
<!-- Add your extensions here -->
<!-- Add your extensions here -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment