mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-09 01:37:37 +01:00
Fix gradle group id
This commit is contained in:
parent
1528fdfed1
commit
64584cc6cf
@ -8,7 +8,7 @@ plugins {
|
||||
}
|
||||
|
||||
version = System.getenv('GITHUB_VERSION') ?: 'local'
|
||||
group = 'com.onarandombox.multiversecore'
|
||||
group = 'org.mvplugins.multiverse.core'
|
||||
description = 'Multiverse-Core'
|
||||
|
||||
java {
|
||||
|
Loading…
Reference in New Issue
Block a user