Skip to content

Commit

Permalink
remove cosmetica
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGoosik committed Jun 9, 2022
1 parent bb8ebe7 commit e62568a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/publish-maven.yml

This file was deleted.

20 changes: 0 additions & 20 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id 'fabric-loom' version '0.11-SNAPSHOT'
id 'maven-publish'
id 'io.github.juuxel.loom-quiltflower' version '1.6.0'
id "com.modrinth.minotaur" version "2.+"
id 'org.quiltmc.quilt-mappings-on-loom' version '4.0.0'
Expand All @@ -16,7 +15,6 @@ repositories {
maven { url "https://api.modrinth.com/maven" } // lazyDFU
maven { url "https://ladysnake.jfrog.io/artifactory/mods" } // CCA
maven { url "https://maven.terraformersmc.com" } // modmenu, trinkets
maven { url "https://maven.pinkgoosik.ru" } // cosmetica
maven { url "https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1" }
}

Expand All @@ -30,7 +28,6 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation "dev.emi:trinkets:${project.trinkets_version}"

include modLocalRuntime("ru.pinkgoosik:cosmetica:0.4.0")
modLocalRuntime "com.terraformersmc:modmenu:3.1.0"
modLocalRuntime "maven.modrinth:lazydfu:0.1.2"
modLocalRuntime "maven.modrinth:ferrite-core:4.2.0"
Expand Down Expand Up @@ -72,21 +69,4 @@ modrinth {
new ModDependency("P7dR8mSH", "required"), //Fabric API
new ModDependency("5aaWibi9", "required") //Trinkets
]
}

publishing {
publications {
mavenJava(MavenPublication) {
from components.java
}
}
repositories {
maven {
url "https://maven.pinkgoosik.ru/"
credentials {
username System.getenv("MAVEN_USER")
password System.getenv("MAVEN_PASS")
}
}
}
}

0 comments on commit e62568a

Please sign in to comment.