Skip to content

Commit

Permalink
chore: bumped gradle wrapper to 8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk committed Jan 20, 2025
1 parent 93e425a commit ba40cc8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Repository for `pdfgen-core`, an application written in Kotlin used to create PD
pdfgen-core is used with templates, fonts, additional resources, and potential test data to verify that valid PDFs get produced by the templates.

Check GitHub releases to find the latest `release` version
Check [Github releases](https://github.com/navikt/pdfgen-core/releases) to find the latest `release` version
Check [GitHub releases](https://github.com/navikt/pdfgen-core/releases) to find the latest `release` version

In your own repository create folders `templates`, `resources` and `data` on root of you repository
* `templates`
Expand Down Expand Up @@ -163,6 +163,13 @@ Format json with parameters `fom`, `tom`/`til` as period string
```
## Developing pdfgen-core

### Prerequisites
Make sure you have the Java JDK 21 installed
You can check which version you have installed using this command:
``` bash script
java -version
```

### Build and run tests
`./gradlew build`

Expand All @@ -177,10 +184,10 @@ You can then import `pdfgen-core` to your gradle project with
`implementation("no.nav.pdfgen:pdfgen-core:local-build")`

### Release
We use default github release,
We use default GitHub release,
This project uses [semantic versioning](https://semver.org/) and does NOT prefix tags or release titles with `v` i.e. use `1.2.3` instead of `v1.2.3`

see guide about how to relese:[creating release github](
see guide about how to relese:[creating release GitHub](
https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release)

### Upgrading the gradle wrapper
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit ba40cc8

Please sign in to comment.