update fabric-permissions api

This commit is contained in:
Lukas Rieger (Blue) 2024-07-25 15:51:34 +02:00
parent dcbb0207c5
commit 974b367128
No known key found for this signature in database
GPG Key ID: AA33883B1BBA03E6
7 changed files with 8 additions and 15 deletions

View File

@ -10,7 +10,7 @@ plugins {
id("com.diffplug.spotless") version "6.1.2"
id ("com.github.node-gradle.node") version "3.0.1"
id ("com.github.johnrengelman.shadow") version "8.1.1"
id ("fabric-loom") version "1.3-SNAPSHOT"
id ("fabric-loom") version "1.6-SNAPSHOT"
id ("com.modrinth.minotaur") version "2.+"
id ("com.matthewprenger.cursegradle") version "1.4.0"
}
@ -30,7 +30,6 @@ repositories {
mavenCentral()
maven ("https://libraries.minecraft.net")
maven ("https://maven.fabricmc.net/")
maven ("https://oss.sonatype.org/content/repositories/snapshots")
maven ("https://repo.bluecolored.de/releases")
}
@ -52,7 +51,7 @@ dependencies {
mappings ("net.fabricmc:yarn:1.18-pre5+build.4:v2")
modImplementation ("net.fabricmc:fabric-loader:0.11.3")
modImplementation ("net.fabricmc.fabric-api:fabric-api:0.42.2+1.18")
modImplementation("me.lucko:fabric-permissions-api:0.1-SNAPSHOT")
modImplementation("me.lucko:fabric-permissions-api:0.3.1")
testImplementation ("org.junit.jupiter:junit-jupiter:5.8.2")
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.8.2")

View File

@ -10,7 +10,7 @@ plugins {
id("com.diffplug.spotless") version "6.1.2"
id ("com.github.node-gradle.node") version "3.0.1"
id ("com.github.johnrengelman.shadow") version "8.1.1"
id ("fabric-loom") version "1.3-SNAPSHOT"
id ("fabric-loom") version "1.6-SNAPSHOT"
id ("com.modrinth.minotaur") version "2.+"
id ("com.matthewprenger.cursegradle") version "1.4.0"
}
@ -30,7 +30,6 @@ repositories {
mavenCentral()
maven ("https://libraries.minecraft.net")
maven ("https://maven.fabricmc.net/")
maven ("https://oss.sonatype.org/content/repositories/snapshots")
maven ("https://repo.bluecolored.de/releases")
}
@ -52,7 +51,7 @@ dependencies {
mappings ("net.fabricmc:yarn:1.19.4+build.1")
modImplementation ("net.fabricmc:fabric-loader:0.14.17")
modImplementation ("net.fabricmc.fabric-api:fabric-api:0.75.3+1.19.4")
modImplementation("me.lucko:fabric-permissions-api:0.1-SNAPSHOT")
modImplementation("me.lucko:fabric-permissions-api:0.3.1")
testImplementation ("org.junit.jupiter:junit-jupiter:5.9.0")
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.9.0")

View File

@ -30,7 +30,6 @@ repositories {
mavenCentral()
maven ("https://libraries.minecraft.net")
maven ("https://maven.fabricmc.net/")
maven ("https://oss.sonatype.org/content/repositories/snapshots")
maven ("https://repo.bluecolored.de/releases")
}
@ -52,7 +51,7 @@ dependencies {
mappings ("net.fabricmc:yarn:1.20.5+build.1")
modImplementation ("net.fabricmc:fabric-loader:0.15.10")
modImplementation ("net.fabricmc.fabric-api:fabric-api:0.97.8+1.20.5")
modImplementation("me.lucko:fabric-permissions-api:0.1-SNAPSHOT")
modImplementation("me.lucko:fabric-permissions-api:0.3.1")
testImplementation ("org.junit.jupiter:junit-jupiter:5.9.0")
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.9.0")

View File

@ -10,7 +10,7 @@ plugins {
id("com.diffplug.spotless") version "6.1.2"
id ("com.github.node-gradle.node") version "3.0.1"
id ("com.github.johnrengelman.shadow") version "8.1.1"
id ("fabric-loom") version "1.5-SNAPSHOT"
id ("fabric-loom") version "1.6-SNAPSHOT"
id ("com.modrinth.minotaur") version "2.+"
id ("com.matthewprenger.cursegradle") version "1.4.0"
}
@ -30,7 +30,6 @@ repositories {
mavenCentral()
maven ("https://libraries.minecraft.net")
maven ("https://maven.fabricmc.net/")
maven ("https://oss.sonatype.org/content/repositories/snapshots")
maven ("https://repo.bluecolored.de/releases")
}
@ -52,7 +51,7 @@ dependencies {
mappings ("net.fabricmc:yarn:1.20+build.1")
modImplementation ("net.fabricmc:fabric-loader:0.14.21")
modImplementation ("net.fabricmc.fabric-api:fabric-api:0.83.0+1.20")
modImplementation("me.lucko:fabric-permissions-api:0.1-SNAPSHOT")
modImplementation("me.lucko:fabric-permissions-api:0.3.1")
testImplementation ("org.junit.jupiter:junit-jupiter:5.9.0")
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.9.0")

View File

@ -30,7 +30,6 @@ repositories {
mavenCentral()
maven ("https://libraries.minecraft.net")
maven ("https://maven.fabricmc.net/")
maven ("https://oss.sonatype.org/content/repositories/snapshots")
maven ("https://repo.bluecolored.de/releases")
}
@ -52,7 +51,7 @@ dependencies {
mappings ("net.fabricmc:yarn:1.21+build.1")
modImplementation ("net.fabricmc:fabric-loader:0.15.11")
modImplementation ("net.fabricmc.fabric-api:fabric-api:0.100.1+1.21")
modImplementation("me.lucko:fabric-permissions-api:0.1-SNAPSHOT")
modImplementation("me.lucko:fabric-permissions-api:0.3.1")
testImplementation ("org.junit.jupiter:junit-jupiter:5.9.0")
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.9.0")

View File

@ -21,7 +21,6 @@ repositories {
mavenCentral()
maven ("https://libraries.minecraft.net")
maven ("https://repo.papermc.io/repository/maven-public/")
maven ("https://oss.sonatype.org/content/repositories/snapshots")
maven ("https://repo.bluecolored.de/releases")
}

View File

@ -24,7 +24,6 @@ repositories {
includeGroup ("org.spigotmc")
}
}
maven ("https://oss.sonatype.org/content/repositories/snapshots")
maven ("https://repo.bluecolored.de/releases")
}