Skip to content

Commit

Permalink
Update README of the version-sync Gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Nov 10, 2023
1 parent ced70df commit bd69995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle-plugins/version-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ versionSync { versionFile = file("library-version.txt") }
The reason we put the version in a plain text file is because it allows it to be used as CI triggers too,
and any tool can easily read it without having to parse Kotlin or Groovy based Gradle files.

### 2. Embed the version in the code of a project
### 2. Allow embedding the version in the code of a project

A Gradle plugin, or anything you make might need to know its own version.

Expand Down

0 comments on commit bd69995

Please sign in to comment.