Skip to content

Commit

Permalink
Fix linux not including service definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
LexManos committed Oct 24, 2023
1 parent a648df3 commit 55786b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ println('Version: ' + version)
repositories {
mavenCentral()
maven gradleutils.forgeMaven
mavenLocal()
}

license {
Expand All @@ -37,6 +36,7 @@ compileJava {
}

tasks.named('jar', Jar).configure {
dependsOn ':at-mlservice:processResources'
dependsOn ':at-mlservice:compileJava'
doFirst {
from project(':at-mlservice').sourceSets.main.output
Expand Down

0 comments on commit 55786b0

Please sign in to comment.