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

build(deps): bump kotlin from 1.9.22 to 1.9.23 #288

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from
Prev Previous commit
Next Next commit
build: Publish sources
  • Loading branch information
oSumAtrIX committed Mar 14, 2024
commit f63302feab7b00b32089818bd3dec7176f7041c5
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -61,6 +61,8 @@ kotlin {

java {
targetCompatibility = JavaVersion.VERSION_11

withSourcesJar()
}

publishing {
Loading