Skip to content

Commit

Permalink
Update project build
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkmar committed Mar 24, 2021
1 parent b38693b commit 40c8be3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/BuildConstants.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object BuildConstants {
const val fabrikVersion = "0.2.3"
const val fabrikVersion = "0.2.4"
const val projectState = "beta"

const val curseforgeId = "447425"
Expand Down
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/mod-publish-script.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ publishing {
builtBy(tasks.named("remapSourcesJar").get())
}
artifact(tasks.getByName("javadocJar"))
artifact(tasks.jar)

this.groupId = project.group.toString()
this.artifactId = project.name
Expand Down
6 changes: 3 additions & 3 deletions fabrikmc-testmod/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
modImplementation(project(":${rootProject.name}-core"))
modImplementation(project(":${rootProject.name}-igui"))
modImplementation(project(":${rootProject.name}-commands"))
implementation(project(":${rootProject.name}-core"))
implementation(project(":${rootProject.name}-igui"))
implementation(project(":${rootProject.name}-commands"))
}

0 comments on commit 40c8be3

Please sign in to comment.