Etienne Studer
Etienne Studer
### Expected behavior Compiling a project with a dependency to org.jooq:jooq-codegen:3.17.x should work when using JDK 11, given this [list](https://www.jooq.org/download/versions#oss). ### Actual behavior Fails to compile: https://scans.gradle.com/s/2ankdnixupdmc/console-log?task=:compileGroovy#L2 ### Steps to...
Bumps Gradle Wrapper from 7.6-20221024231219+0000 to 7.5.1. Release notes of Gradle 7.5.1 can be found here: https://docs.gradle.org/7.5.1/release-notes.html
A release block without setting the 'dependsOn' property fails the build
The docs say, MAJOR.MINOR.PATCH[-SNAPSHOT] is the expected pattern. But, what I just found out is that MAJOR.MINOR[-SNAPSHOT] works as well (which is great). The docs could be more clear about...
Bumps Gradle Wrapper from 8.6 to 8.7. Release notes of Gradle 8.7 can be found here: https://docs.gradle.org/8.7/release-notes.html
Bumps Gradle Wrapper from 8.5 to 8.7. Release notes of Gradle 8.7 can be found here: https://docs.gradle.org/8.7/release-notes.html
Bumps Gradle Wrapper from 8.5 to 8.6. Release notes of Gradle 8.6 can be found here: https://docs.gradle.org/8.6/release-notes.html
Bumps Gradle Wrapper from 8.6 to 8.7. Release notes of Gradle 8.7 can be found here: https://docs.gradle.org/8.7/release-notes.html
When running `npm install` on the svelte template, I got the following npm warnings: ``` npm WARN [email protected] No repository field. npm WARN [email protected] No license field. ``` Not critical,...