Replace remaining 'copilot' identifiers with 'massuus' (gradle props, build.gradle, local-maven POM)
This commit is contained in:
@@ -53,7 +53,7 @@ minecraft {
|
||||
}
|
||||
|
||||
def vaultHuntersJar = file(providers.gradleProperty('vault_hunters_jar').orElse('C:/Users/samva/curseforge/minecraft/Instances/Vault Hunters Third Edition - Remastered/mods/the_vault-1.18.2-3.21.5-remastered.6574.jar').get())
|
||||
def vaultHuntersGroup = 'dev.copilot.vault'
|
||||
def vaultHuntersGroup = 'dev.massuus.vault'
|
||||
def vaultHuntersArtifact = 'the_vault'
|
||||
def vaultHuntersVersion = '1.18.2-3.21.5-remastered.6574'
|
||||
def vaultHuntersRepo = file("$rootDir/local-maven")
|
||||
@@ -86,11 +86,11 @@ jar {
|
||||
manifest {
|
||||
attributes([
|
||||
'Specification-Title' : mod_name,
|
||||
'Specification-Vendor' : 'Copilot',
|
||||
'Specification-Vendor' : 'Massuus',
|
||||
'Specification-Version' : '1',
|
||||
'Implementation-Title' : project.name,
|
||||
'Implementation-Version' : mod_version,
|
||||
'Implementation-Vendor' : 'Copilot',
|
||||
'Implementation-Vendor' : 'Massuus',
|
||||
'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
|
||||
])
|
||||
}
|
||||
|
||||
@@ -9,4 +9,4 @@ mapping_version=1.18.2
|
||||
mod_id=vaultpartyui
|
||||
mod_name=Vault Party UI
|
||||
mod_version=1.0.0
|
||||
mod_group_id=dev.copilot.vaultpartyui
|
||||
mod_group_id=dev.massuus.vaultpartyui
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>dev.copilot.vault</groupId>
|
||||
<artifactId>the_vault</artifactId>
|
||||
<version>1.18.2-3.21.5-remastered.6574</version>
|
||||
<packaging>jar</packaging>
|
||||
</project>
|
||||
Reference in New Issue
Block a user