Skip to content

Commit

Permalink
More work on build
Browse files Browse the repository at this point in the history
  • Loading branch information
lochnessdragon committed Feb 26, 2023
1 parent a5f9a9f commit 2abc36b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ repositories {
}
maven {
url "https://maven.jamieswhiteshirt.com/libs-release/"
content {
includeGroup "com.jamieswhiteshirt"
}
}
maven {
url "https://maven.shedaniel.me/"
Expand All @@ -38,6 +41,7 @@ repositories {
maven {
url 'https://jitpack.io'
}
mavenLocal()
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ org.gradle.jvmargs=-Xmx4G
# Mod Properties
mod_version = 0.1.0
maven_group = com.lochnessdragon
archives_base_name = origins-plus
archives_base_name = origins-plus-1.19.3

# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
Expand Down

0 comments on commit 2abc36b

Please sign in to comment.