diff --git a/settings.gradle.kts b/settings.gradle.kts index 5c9958f53..8f61172e2 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -48,7 +48,8 @@ include(":fullstack-datasource-api") include(":fullstack-datasource-core") -includeBuild("fullstack-examples") +// TODO: re-enable once we have a way to run the fullstack-examples without IntelliJ and Sonar issues +//includeBuild("fullstack-examples") include(":fullstack-gradle-plugin")