Skip to content

Commit

Permalink
Merge pull request #116 from truthencode/feature/antlr
Browse files Browse the repository at this point in the history
🚧 trunk.io minor LHF
  • Loading branch information
adarro authored Jul 27, 2024
2 parents 4e0d23b + 31dbe73 commit 4ab411f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "17"
distribution: temurin
java-version: 21
- name: Run test and Coverage
uses: gradle/gradle-build-action@v2
with:
gradle-version: wrapper
arguments: reportScoverage aggregateAllTestReports -no-daemon
arguments: reportAcceptanceTestScoverage reportScoverage reportTestScoverage aggregateScoverage testAggregateTestReport
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.3.1
4 changes: 3 additions & 1 deletion build-logic/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,6 @@ dependencyResolutionManagement {
from(files("../gradle/libs.versions.toml"))
}
}
}
}

rootProject.name = "build-logic"
6 changes: 5 additions & 1 deletion subprojects/common/ddo-antlr/docs/about/history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.0.0 (2017.11.01)
# Release Notes

## Releases

### 0.0.1 (2017.11.01)

- Initial release

0 comments on commit 4ab411f

Please sign in to comment.