Skip to content

Commit

Permalink
build: Re-add sampleData to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Feb 2, 2023
1 parent 16b9cf1 commit 519478c
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 @@ -52,7 +52,7 @@ subprojects {
from("${buildDir}/${libsDirName}") {
include "${project.name}-${project.version}.jar"
}
from("${rootProject.projectDir}/sampleData/${parserType}") {
from("${rootProject.projectDir}/sampleData") {
into "sampleData"
}
from "${m2hOutputDir}"
Expand Down

0 comments on commit 519478c

Please sign in to comment.