-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Kotlin til 2.0.21 og bruk Java 21 #607
Conversation
val githubPassword: String by project | ||
|
||
// Dependencies | ||
val micrometerVersion: String by project |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flytter disse der de blir brukt, og sorterer alfabetisk.
implementation("no.nav.teamdokumenthandtering:teamdokumenthandtering-avro-schemas:$joarkHendelseVersion") | ||
implementation("org.jetbrains.kotlin:$jetbrainsStdLib") | ||
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$jacksonVersion") | ||
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorterer alfabetisk.
kotlinterVersion=4.3.0 | ||
versionsVersion=0.50.0 | ||
|
||
# Dependency versions | ||
micrometerVersion=1.8.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorterer alfabetisk.
Testet OK. |
- name: Setup Java environment | ||
uses: actions/setup-java@v1 | ||
with: | ||
java-version: '17' | ||
java-version: 21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tipper fnuttene er tatt vekk med vilje?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ja, bare for å gjøre det likt. De har ingen hensikt.
No description provided.