Skip to content

Commit

Permalink
Merge branch '6.3.x' into 6.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jzheaux committed Jan 24, 2025
2 parents e1e5970 + d6b295b commit f4d2b61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
env:
STRUCTURE101_LICENSEID: ${{ secrets.STRUCTURE101_LICENSEID }}
run: |
./gradlew check s101 -Ps101.licenseId="$STRUCTURE101_LICENSEID" --stacktrace
./gradlew assemble s101 -Ps101.licenseId="$STRUCTURE101_LICENSEID" --stacktrace
deploy-artifacts:
name: Deploy Artifacts
needs: [ build, test, check-samples, check-tangles ]
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/s101/S101Plugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private void configure(S101Configure configure) {

private void configure(JavaExec exec) {
exec.setDescription("Runs Structure101 headless analysis, installing and configuring if necessary");
exec.dependsOn("check");
exec.dependsOn("assemble");
Project project = exec.getProject();
S101PluginExtension extension = project.getExtensions().getByType(S101PluginExtension.class);
exec
Expand Down

0 comments on commit f4d2b61

Please sign in to comment.