Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
1.19.2 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 authored Aug 14, 2022
1 parent d8e4975 commit 85c7888
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version=0.4
version=0.5
group=com.mineinabyss
kotlinVersion=1.6.10
serverVersion=1.19-R0.1-SNAPSHOT
idofrontVersion=0.11.95
serverVersion=1.19.2-R0.1-SNAPSHOT
idofrontVersion=0.12.102
publishComponentName=java
File renamed without changes.
6 changes: 3 additions & 3 deletions protocolburrito-generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ repositories {
dependencies {
implementation(kotlin("reflect"))
implementation("io.papermc.paper:paper-server:userdev-$serverVersion")
implementation(mylibs.minecraft.plugin.protocollib)
implementation(mylibs.kotlinpoet)
implementation(mylibs.reflections)
implementation(burritoLibs.minecraft.plugin.protocollib)
implementation(burritoLibs.kotlinpoet)
implementation(burritoLibs.reflections)
implementation(project(":protocolburrito-api"))
implementation(kotlin("reflect"))
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencyResolutionManagement {

versionCatalogs {
create("libs").from("com.mineinabyss:catalog:$idofrontVersion")
create("mylibs").from(files("gradle/mylibs.versions.toml"))
create("burritoLibs").from(files("gradle/burritoLibs.versions.toml"))
}
}

Expand Down

0 comments on commit 85c7888

Please sign in to comment.