forked from mirror/BlueMap
update fabric-permissions api
This commit is contained in:
parent
dcbb0207c5
commit
974b367128
@ -10,7 +10,7 @@ plugins {
|
|||||||
id("com.diffplug.spotless") version "6.1.2"
|
id("com.diffplug.spotless") version "6.1.2"
|
||||||
id ("com.github.node-gradle.node") version "3.0.1"
|
id ("com.github.node-gradle.node") version "3.0.1"
|
||||||
id ("com.github.johnrengelman.shadow") version "8.1.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.modrinth.minotaur") version "2.+"
|
||||||
id ("com.matthewprenger.cursegradle") version "1.4.0"
|
id ("com.matthewprenger.cursegradle") version "1.4.0"
|
||||||
}
|
}
|
||||||
@ -30,7 +30,6 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven ("https://libraries.minecraft.net")
|
maven ("https://libraries.minecraft.net")
|
||||||
maven ("https://maven.fabricmc.net/")
|
maven ("https://maven.fabricmc.net/")
|
||||||
maven ("https://oss.sonatype.org/content/repositories/snapshots")
|
|
||||||
maven ("https://repo.bluecolored.de/releases")
|
maven ("https://repo.bluecolored.de/releases")
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -52,7 +51,7 @@ dependencies {
|
|||||||
mappings ("net.fabricmc:yarn:1.18-pre5+build.4:v2")
|
mappings ("net.fabricmc:yarn:1.18-pre5+build.4:v2")
|
||||||
modImplementation ("net.fabricmc:fabric-loader:0.11.3")
|
modImplementation ("net.fabricmc:fabric-loader:0.11.3")
|
||||||
modImplementation ("net.fabricmc.fabric-api:fabric-api:0.42.2+1.18")
|
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")
|
testImplementation ("org.junit.jupiter:junit-jupiter:5.8.2")
|
||||||
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.8.2")
|
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.8.2")
|
||||||
|
@ -10,7 +10,7 @@ plugins {
|
|||||||
id("com.diffplug.spotless") version "6.1.2"
|
id("com.diffplug.spotless") version "6.1.2"
|
||||||
id ("com.github.node-gradle.node") version "3.0.1"
|
id ("com.github.node-gradle.node") version "3.0.1"
|
||||||
id ("com.github.johnrengelman.shadow") version "8.1.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.modrinth.minotaur") version "2.+"
|
||||||
id ("com.matthewprenger.cursegradle") version "1.4.0"
|
id ("com.matthewprenger.cursegradle") version "1.4.0"
|
||||||
}
|
}
|
||||||
@ -30,7 +30,6 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven ("https://libraries.minecraft.net")
|
maven ("https://libraries.minecraft.net")
|
||||||
maven ("https://maven.fabricmc.net/")
|
maven ("https://maven.fabricmc.net/")
|
||||||
maven ("https://oss.sonatype.org/content/repositories/snapshots")
|
|
||||||
maven ("https://repo.bluecolored.de/releases")
|
maven ("https://repo.bluecolored.de/releases")
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -52,7 +51,7 @@ dependencies {
|
|||||||
mappings ("net.fabricmc:yarn:1.19.4+build.1")
|
mappings ("net.fabricmc:yarn:1.19.4+build.1")
|
||||||
modImplementation ("net.fabricmc:fabric-loader:0.14.17")
|
modImplementation ("net.fabricmc:fabric-loader:0.14.17")
|
||||||
modImplementation ("net.fabricmc.fabric-api:fabric-api:0.75.3+1.19.4")
|
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")
|
testImplementation ("org.junit.jupiter:junit-jupiter:5.9.0")
|
||||||
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.9.0")
|
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.9.0")
|
||||||
|
@ -30,7 +30,6 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven ("https://libraries.minecraft.net")
|
maven ("https://libraries.minecraft.net")
|
||||||
maven ("https://maven.fabricmc.net/")
|
maven ("https://maven.fabricmc.net/")
|
||||||
maven ("https://oss.sonatype.org/content/repositories/snapshots")
|
|
||||||
maven ("https://repo.bluecolored.de/releases")
|
maven ("https://repo.bluecolored.de/releases")
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -52,7 +51,7 @@ dependencies {
|
|||||||
mappings ("net.fabricmc:yarn:1.20.5+build.1")
|
mappings ("net.fabricmc:yarn:1.20.5+build.1")
|
||||||
modImplementation ("net.fabricmc:fabric-loader:0.15.10")
|
modImplementation ("net.fabricmc:fabric-loader:0.15.10")
|
||||||
modImplementation ("net.fabricmc.fabric-api:fabric-api:0.97.8+1.20.5")
|
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")
|
testImplementation ("org.junit.jupiter:junit-jupiter:5.9.0")
|
||||||
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.9.0")
|
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.9.0")
|
||||||
|
@ -10,7 +10,7 @@ plugins {
|
|||||||
id("com.diffplug.spotless") version "6.1.2"
|
id("com.diffplug.spotless") version "6.1.2"
|
||||||
id ("com.github.node-gradle.node") version "3.0.1"
|
id ("com.github.node-gradle.node") version "3.0.1"
|
||||||
id ("com.github.johnrengelman.shadow") version "8.1.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.modrinth.minotaur") version "2.+"
|
||||||
id ("com.matthewprenger.cursegradle") version "1.4.0"
|
id ("com.matthewprenger.cursegradle") version "1.4.0"
|
||||||
}
|
}
|
||||||
@ -30,7 +30,6 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven ("https://libraries.minecraft.net")
|
maven ("https://libraries.minecraft.net")
|
||||||
maven ("https://maven.fabricmc.net/")
|
maven ("https://maven.fabricmc.net/")
|
||||||
maven ("https://oss.sonatype.org/content/repositories/snapshots")
|
|
||||||
maven ("https://repo.bluecolored.de/releases")
|
maven ("https://repo.bluecolored.de/releases")
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -52,7 +51,7 @@ dependencies {
|
|||||||
mappings ("net.fabricmc:yarn:1.20+build.1")
|
mappings ("net.fabricmc:yarn:1.20+build.1")
|
||||||
modImplementation ("net.fabricmc:fabric-loader:0.14.21")
|
modImplementation ("net.fabricmc:fabric-loader:0.14.21")
|
||||||
modImplementation ("net.fabricmc.fabric-api:fabric-api:0.83.0+1.20")
|
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")
|
testImplementation ("org.junit.jupiter:junit-jupiter:5.9.0")
|
||||||
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.9.0")
|
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.9.0")
|
||||||
|
@ -30,7 +30,6 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven ("https://libraries.minecraft.net")
|
maven ("https://libraries.minecraft.net")
|
||||||
maven ("https://maven.fabricmc.net/")
|
maven ("https://maven.fabricmc.net/")
|
||||||
maven ("https://oss.sonatype.org/content/repositories/snapshots")
|
|
||||||
maven ("https://repo.bluecolored.de/releases")
|
maven ("https://repo.bluecolored.de/releases")
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -52,7 +51,7 @@ dependencies {
|
|||||||
mappings ("net.fabricmc:yarn:1.21+build.1")
|
mappings ("net.fabricmc:yarn:1.21+build.1")
|
||||||
modImplementation ("net.fabricmc:fabric-loader:0.15.11")
|
modImplementation ("net.fabricmc:fabric-loader:0.15.11")
|
||||||
modImplementation ("net.fabricmc.fabric-api:fabric-api:0.100.1+1.21")
|
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")
|
testImplementation ("org.junit.jupiter:junit-jupiter:5.9.0")
|
||||||
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.9.0")
|
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.9.0")
|
||||||
|
@ -21,7 +21,6 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven ("https://libraries.minecraft.net")
|
maven ("https://libraries.minecraft.net")
|
||||||
maven ("https://repo.papermc.io/repository/maven-public/")
|
maven ("https://repo.papermc.io/repository/maven-public/")
|
||||||
maven ("https://oss.sonatype.org/content/repositories/snapshots")
|
|
||||||
maven ("https://repo.bluecolored.de/releases")
|
maven ("https://repo.bluecolored.de/releases")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,7 +24,6 @@ repositories {
|
|||||||
includeGroup ("org.spigotmc")
|
includeGroup ("org.spigotmc")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
maven ("https://oss.sonatype.org/content/repositories/snapshots")
|
|
||||||
maven ("https://repo.bluecolored.de/releases")
|
maven ("https://repo.bluecolored.de/releases")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user