mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-02 11:17:40 +08:00
Implement copyright settings for 7.0+ #1110
This commit is contained in:
parent
df4220a8e7
commit
bd4d6a33bc
@ -34,7 +34,6 @@ buildscript {
|
||||
}
|
||||
dependencies {
|
||||
classpath group: 'com.haulmont.gradle', name: 'cuba-plugin', version: cubaVersion
|
||||
classpath group: 'gradle.plugin.org.jetbrains.gradle.plugin.idea-ext', name: 'gradle-idea-ext', version: 0.2
|
||||
}
|
||||
}
|
||||
|
||||
@ -42,7 +41,6 @@ apply(plugin: 'base')
|
||||
apply(plugin: 'maven')
|
||||
apply(plugin: 'idea')
|
||||
apply(plugin: 'cuba')
|
||||
apply(plugin: 'org.jetbrains.gradle.plugin.idea-ext')
|
||||
|
||||
bom.load file('modules/global/src/com/haulmont/cuba/bom.properties')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user