Skip to content

Commit 3f9297a

Browse files
author
Arthur Costa
committed
docs: update README to reflect v2.0.2 with reliable JSON generation
1 parent 1d56eaf commit 3f9297a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,14 @@ jobs:
123123
maven-opts: '-Xmx4g'
124124
```
125125
126-
### 2. **Java CI v2.0.1 (Enhanced Features - Maven + Gradle)**
126+
### 2. **Java CI v2.0.2 (Enhanced Features - Maven + Gradle)**
127127
128128
```yaml
129-
name: CI v2.0.1
129+
name: CI v2.0.2
130130
on: [push, pull_request]
131131
jobs:
132132
test:
133-
uses: techishthoughts-org/workflows/.github/workflows/java-ci-universal.yml@v2.0.1
133+
uses: techishthoughts-org/workflows/.github/workflows/java-ci-universal.yml@v2.0.2
134134
with:
135135
java-version: '17'
136136
build-tool: 'gradle' # or 'maven'

0 commit comments

Comments
 (0)