Skip to content

Commit

Permalink
Feat: downgrading java 17 to 11
Browse files Browse the repository at this point in the history
to fix ci-cd build error
  • Loading branch information
jimin-kiim authored May 29, 2024
1 parent 23053ba commit f3544b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ group = 'com.blogue'
version = '0.0.1-SNAPSHOT'

java {
sourceCompatibility = '17'
sourceCompatibility = '11'
}

configurations {
Expand Down

0 comments on commit f3544b4

Please sign in to comment.