mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-04-11 03:15:49 +02:00
Fix buildPlugin
This commit is contained in:
parent
63760cecba
commit
87b9eabf88
@ -36,6 +36,13 @@ repositories {
|
||||
maven { url "https://repo.eclipse.org/content/groups/releases/" }
|
||||
}
|
||||
|
||||
def pluginsDependencies = ['java', "org.jetbrains.kotlin:$kotlinVersion-release-IJ2020.1-1",
|
||||
// 'org.intellij.scala:2020.1.23',
|
||||
'JavaScriptLanguage',
|
||||
'CSS', 'Dart:201.6668.86', 'Groovy', 'properties',
|
||||
'org.jetbrains.plugins.ruby:201.6668.60',
|
||||
'com.jetbrains.php:201.6668.78', 'java-i18n']
|
||||
|
||||
intellij {
|
||||
pluginName name
|
||||
|
||||
@ -43,7 +50,7 @@ intellij {
|
||||
updateSinceUntilBuild = false
|
||||
|
||||
sandboxDirectory project.rootDir.canonicalPath + "/.sandbox"
|
||||
plugins 'java', "org.jetbrains.kotlin:$kotlinVersion-release-IJ2020.1-1", 'org.intellij.scala:2020.1.23', 'JavaScriptLanguage', 'CSS', 'Dart:201.6668.86', 'Groovy', 'properties', 'org.jetbrains.plugins.ruby:201.6668.60', 'com.jetbrains.php:201.6668.78', 'java-i18n'
|
||||
setPlugins(*pluginsDependencies)
|
||||
}
|
||||
|
||||
publishPlugin {
|
||||
|
@ -6,5 +6,5 @@ javaVersion=11
|
||||
kotlinVersion=1.3.71
|
||||
kotlinLanguageVersion=1.3
|
||||
kotlinTargetVersion=1.3
|
||||
version=6.0.0
|
||||
publishChannels=Stable
|
||||
version=6.0.0-Beta1
|
||||
publishChannels=EAP
|
Loading…
Reference in New Issue
Block a user