Skip to content

Commit

Permalink
🚧 Formatting history document header
Browse files Browse the repository at this point in the history
🚧 Add .nmprc node version for sonar / node tasks
🚧 fix indent for gradle git workflow
  • Loading branch information
adarro committed Jul 27, 2024
1 parent 0e167f5 commit a02b87b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "17"
distribution: "temurin"
java-version: "17"
- name: Run test and Coverage
uses: gradle/gradle-build-action@v2
with:
Expand Down
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 a02b87b

Please sign in to comment.