Skip to content

Commit

Permalink
add jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Jun 7, 2024
1 parent 5ee5dcc commit c0cfe0d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ repositories {
// maven { url 'https://masa.dy.fi/maven' }
maven {
url 'https://masa.dy.fi/maven'
mavenLocal()
//mavenLocal()
}
maven {
url 'https://maven.terraformersmc.com/releases/'
mavenLocal()
//mavenLocal()
}
// maven { url 'https://maven.quiltmc.org/repository/release/' }
flatDir { dirs 'libs' }
//flatDir { dirs 'libs' }
maven { url 'https://jitpack.io' }
}

dependencies {
Expand All @@ -25,7 +26,8 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.fabric_loader_version}"
implementation "com.google.code.findbugs:jsr305:3.0.2"

modImplementation "fi.dy.masa.malilib:malilib-fabric-${project.minecraft_version_out}:${project.malilib_version}"
//modImplementation "fi.dy.masa.malilib:malilib-fabric-${project.minecraft_version_out}:${project.malilib_version}"
modImplementation "com.github.sakura-ryoko:malilib:${project.malilib_id}"

// Fabric API. This is technically optional, but you probably want it anyway.
//include(modApi(fabricApi.module("fabric-api-base", project.fabric_api_version)))
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ mod_version = 0.19.999-sakura.9

# Required malilib version
malilib_version = 0.18.999-sakura.5
malilib_id = 395feee803

# Minecraft, Fabric and mappings versions
minecraft_version_out = 1.20.6
Expand Down
3 changes: 3 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
before_install:
- sdk install java 21.0.2-tem
- sdk use java 21.0.2-tem

0 comments on commit c0cfe0d

Please sign in to comment.