Skip to content
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

KON-92 Downgrade Java Compile Target To Java 8 #88

Merged
merged 14 commits into from
Apr 25, 2023

Conversation

igorwojda
Copy link
Contributor

@igorwojda igorwojda commented Apr 25, 2023

  • Fix "Unknown Kotlin JVM target: 20" error by setting
kotlin {
    jvmToolchain(19)
}

for buildSrc\build.gradle.kts and root build.gradle.kts (added id("local.kotlin") which has jvmToolchain(19))

  • Extract javalibrary to local.javalibrary.gradle.kts gradle plugin
  • Add Github action task to verify if publishing task is working

Extract javalibrary to separate local gradle plugin
@jira-ticket-bot
Copy link

jira-ticket-bot bot commented Apr 25, 2023

@igorwojda igorwojda changed the title KON-71 Downgrade Java To 8 KON-71 Downgrade Java Compile Target To Java 8 Apr 25, 2023
@igorwojda igorwojda marked this pull request as ready for review April 25, 2023 14:00
@igorwojda igorwojda changed the title KON-71 Downgrade Java Compile Target To Java 8 KON-71 Downgrade Java Compile Target To Java 8 (#88 Apr 25, 2023
@igorwojda igorwojda merged commit cae7e97 into main Apr 25, 2023
@igorwojda igorwojda deleted the KON-71-downgrade-java-to-8 branch April 25, 2023 14:00
@igorwojda igorwojda changed the title KON-71 Downgrade Java Compile Target To Java 8 (#88 KON-71 Downgrade Java Compile Target To Java 8 Apr 25, 2023
@nataliapeterwas nataliapeterwas changed the title KON-71 Downgrade Java Compile Target To Java 8 KON-92 Downgrade Java Compile Target To Java 8 Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant