mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 03:52:06 +01:00
gradle: remove 'java' plugin
Only one plugin of 'java' of 'java-library' is required.
This commit is contained in:
parent
2c83c73005
commit
4a99f7252c
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ apply plugin: 'org.kordamp.gradle.markdown'
|
|||
apply from: 'version.gradle'
|
||||
|
||||
allprojects {
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'java-library'
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'idea'
|
||||
|
|
Loading…
Reference in a new issue