Skip to content

Commit

Permalink
new dir for standalone lib
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-matthewb committed Feb 26, 2025
1 parent dccedeb commit 92d37f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ project.tasks.register("engineJar", Jar) {
jar.archiveClassifier.set("engine")
jar.from project.sourceSets.engine.output
jar.archiveBaseName.set("${project.name}_engine")
jar.destinationDirectory.set(project.file(project.labkey.explodedModuleLibDir))
jar.dependsOn(project.tasks.schemasCompile)
}

Expand Down

0 comments on commit 92d37f7

Please sign in to comment.