mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
Fix maven location
This commit is contained in:
@@ -2,8 +2,7 @@ plugins {
|
||||
id 'java'
|
||||
id 'groovy'
|
||||
id 'maven'
|
||||
id 'maven-publish'
|
||||
|
||||
id 'maven-publish'
|
||||
id 'idea'
|
||||
id 'eclipse'
|
||||
}
|
||||
@@ -88,7 +87,7 @@ task wrapper(type: Wrapper) {
|
||||
publishing {
|
||||
publications {
|
||||
maven(MavenPublication) {
|
||||
groupId 'OpenGradle'
|
||||
groupId project.group
|
||||
artifactId project.archivesBaseName
|
||||
version project.version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user