Add maven gradle plugin
This commit is contained in:
parent
78e7b9abcf
commit
0edd79b1ba
|
@ -13,6 +13,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
|
id "maven"
|
||||||
id "com.github.johnrengelman.shadow" version "1.2.3"
|
id "com.github.johnrengelman.shadow" version "1.2.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue