Skip to content

Commit

Permalink
PI-1544 Downgrade Kotlin to 1.9.0 due to lack of detekt support
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl committed Oct 12, 2023
1 parent 986eff1 commit 04e16e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

plugins {
id("uk.gov.justice.hmpps.gradle-spring-boot") version "5.5.1"
kotlin("plugin.spring") version "1.9.10"
kotlin("plugin.jpa") version "1.9.10"
kotlin("plugin.spring") version "1.9.0"
kotlin("plugin.jpa") version "1.9.0"
id("org.jlleitschuh.gradle.ktlint") version "11.6.1"
jacoco
java
Expand Down

0 comments on commit 04e16e7

Please sign in to comment.