Skip to content

Commit

Permalink
Fix buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Dec 7, 2022
1 parent 674e524 commit f2e3a05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 4 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import net.fabricmc.loom.task.RemapJarTask
import java.time.Year

plugins {
id 'io.github.ladysnake.chenille' version '0.7.2'
id 'fabric-loom' version '1.0-SNAPSHOT'
id 'io.github.ladysnake.chenille' version '0.9.0'
id 'io.github.juuxel.loom-quiltflower' version "1.6.0"
}

Expand All @@ -13,15 +14,14 @@ group = project.maven_group

chenille {
configurePublishing {
mainArtifact = remapJar.archivePath
mainArtifact = remapJar.archiveFile
withArtifactory()
withCurseforgeRelease()
withGithubRelease()
}

configureTestmod {
withBaseTestRuns()
withDependencyConfiguration()
}

license = project.license_header
Expand All @@ -38,10 +38,8 @@ dependencies {
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modTestImplementation "io.github.ladysnake:elmendorf:${elmendorf_version}"
modLocalImplementation "io.github.ladysnake:elmendorf:${elmendorf_version}"
api "org.jetbrains:annotations:19.0.0"

testmodImplementation sourceSets.main.output
}

java {
Expand Down
4 changes: 4 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ pluginManagement {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
maven {
name = 'Quilt'
url = "https://maven.quiltmc.org/repository/release"
}
maven {
name = 'Cotton'
url = 'https://server.bbkr.space/artifactory/libs-release/'
Expand Down

0 comments on commit f2e3a05

Please sign in to comment.