Skip to content

Commit

Permalink
build: disable type-safe project accessors
Browse files Browse the repository at this point in the history
  • Loading branch information
eskatos committed Apr 1, 2024
1 parent 0dc693a commit eecd69d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ require(JavaVersion.current() == JavaVersion.VERSION_17) {
"This build requires Java 17, currently using ${JavaVersion.current()}"
}

enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")

rootProject.name = "gradle-client-root"

include(":gradle-client")

0 comments on commit eecd69d

Please sign in to comment.