See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| import nu.studer.gradle.jooq.JooqGenerate | |
| import org.flywaydb.core.Flyway | |
| import org.flywaydb.core.api.configuration.FluentConfiguration | |
| import org.jooq.meta.jaxb.Configuration | |
| import org.testcontainers.containers.JdbcDatabaseContainer | |
| import org.testcontainers.containers.PostgreSQLContainer | |
| import org.testcontainers.utility.DockerImageName | |
| plugins { | |
| id("nu.studer.jooq") version "7.1.1" |
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| # Required Chrome version can be found here: | |
| # https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable | |
| CHROME_VERSION="" | |
| wget --no-check-certificate \ |