Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Gradle and CodeQL checks #485

Merged
merged 2 commits into from
Feb 26, 2025
Merged

Fix Gradle and CodeQL checks #485

merged 2 commits into from
Feb 26, 2025

Conversation

VerisimilitudeX
Copy link
Owner

@VerisimilitudeX VerisimilitudeX commented Feb 25, 2025

Fixes #484

Fix Gradle and CodeQL checks.

  • build.gradle: Add missing dependencies org.apache.commons:commons-lang3:3.12.0 and org.apache.commons:commons-io:1.3.2.
  • .github/workflows/codeql-analysis.yml: Update language matrix to include only java. Remove conditional check for Build Java step.
  • .github/workflows/gradle.yml: Replace gradle/[email protected] with direct ./gradlew clean build command. Simplify GUI-Build step to use direct ./gradlew run --args="--gui assets/dna/random/dnalong.fa" command.
  • .github/workflows/codeql.yml: Update language matrix to include only java.
  • .devcontainer/devcontainer.json: Add new file with build task configuration.

For more details, open the Copilot Workspace session.

Fixes #484

Fix Gradle and CodeQL checks.

* **build.gradle**: Add missing dependencies `org.apache.commons:commons-lang3:3.12.0` and `org.apache.commons:commons-io:1.3.2`.
* **.github/workflows/codeql-analysis.yml**: Update `language` matrix to include only `java`. Remove conditional check for `Build Java` step.
* **.github/workflows/gradle.yml**: Replace `gradle/[email protected]` with direct `./gradlew clean build` command. Simplify `GUI-Build` step to use direct `./gradlew run --args="--gui assets/dna/random/dnalong.fa"` command.
* **.github/workflows/codeql.yml**: Update `language` matrix to include only `java`.
* **.devcontainer/devcontainer.json**: Add new file with build task configuration.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/VerisimilitudeX/DNAnalyzer/issues/484?shareId=XXXX-XXXX-XXXX-XXXX).
@VerisimilitudeX VerisimilitudeX merged commit f3cafcc into main Feb 26, 2025
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Checks failing
1 participant