Skip to content

Commit

Permalink
🔖 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
이용홍 committed Mar 3, 2023
1 parent 2437fa8 commit 17ffd93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {

group = 'herbaccara'
version = '0.0.11'
sourceCompatibility = '11'
sourceCompatibility = '17'

publishing {
publications {
Expand Down Expand Up @@ -48,7 +48,7 @@ dependencies {
tasks.withType(KotlinCompile) {
kotlinOptions {
freeCompilerArgs = ['-Xjsr305=strict']
jvmTarget = '11'
jvmTarget = '17'
}
}

Expand Down

0 comments on commit 17ffd93

Please sign in to comment.