mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
[code samples] fix project.group
This commit is contained in:
parent
7f4c56b758
commit
afe19b52c7
@ -5,7 +5,7 @@ plugins {
|
|||||||
id 'org.jetbrains.intellij' version '0.4.17'
|
id 'org.jetbrains.intellij' version '0.4.17'
|
||||||
}
|
}
|
||||||
|
|
||||||
group 'org.intellij.sdk.intention'
|
group 'org.intellij.sdk'
|
||||||
version '2.0.0'
|
version '2.0.0'
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
|
@ -5,7 +5,7 @@ plugins {
|
|||||||
id 'org.jetbrains.intellij' version '0.4.17'
|
id 'org.jetbrains.intellij' version '0.4.17'
|
||||||
}
|
}
|
||||||
|
|
||||||
group 'org.intellij.sdk.'
|
group 'org.intellij.sdk'
|
||||||
version '2.0.0'
|
version '2.0.0'
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user