From d99e30e1f1d6bc4a0f81ca23d88b76b93de82a83 Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:02:26 +0100 Subject: [PATCH] Remove generated comments --- build.gradle.kts | 7 ------- settings.gradle.kts | 9 --------- 2 files changed, 16 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 517b3da..08292e0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,10 +1,3 @@ - -/* - * This file was generated by the Gradle 'init' task. - * - * This generated file contains a sample Kotlin application project to get you started. - */ - plugins { // Apply the Kotlin JVM plugin to add support for Kotlin. kotlin("jvm") version "1.8.0" diff --git a/settings.gradle.kts b/settings.gradle.kts index feec179..5418c0b 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,11 +1,2 @@ -/* - * This file was generated by the Gradle 'init' task. - * - * The settings file is used to specify which projects to include in your build. - * - * Detailed information about configuring a multi-project build in Gradle can be found - * in the user manual at https://docs.gradle.org/6.5/userguide/multi_project_builds.html - */ - rootProject.name = "b-language-server" //includeBuild("../prob2_kernel/de.prob2.kernel") \ No newline at end of file -- GitLab