release 1.19-1.0.2-unstable

This commit is contained in:
Ryan
2022-11-19 16:08:10 +02:00
parent 48a0915730
commit a66c27ddce
87 changed files with 683 additions and 61 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.11-SNAPSHOT'
id 'fabric-loom' version '0.12-SNAPSHOT'
id 'maven-publish'
}
@@ -72,7 +72,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/RyanTLG/gameritems"
url = "https://maven.pkg.github.com/BigGaemer/gameritems"
credentials {
username = System.getenv("UNAME")
password = System.getenv("TOKEN")