fix(build): actually add the plugin i need
All checks were successful
Maven release / build (push) Successful in 1m1s
All checks were successful
Maven release / build (push) Successful in 1m1s
This commit is contained in:
parent
4b91a7f1c7
commit
8449459d2c
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
plugins {
|
plugins {
|
||||||
id("java")
|
id("java")
|
||||||
id("application")
|
id("application")
|
||||||
|
id("maven-publish")
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "dev.ashhhleyyy"
|
group = "dev.ashhhleyyy"
|
||||||
|
|
Loading…
Reference in a new issue