Skip to content

Commit

Permalink
Actually don't need the Kotlin libs
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinAllen committed Oct 14, 2024
1 parent f037225 commit ebcd40a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
17 changes: 0 additions & 17 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
import org.apache.tools.ant.taskdefs.condition.Os

buildscript {
ext.kotlin_version = '2.0.20'

repositories {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}

plugins {
id 'java'
id 'org.springframework.boot' version '3.3.2'
id 'io.spring.dependency-management' version '1.1.6'
}

apply plugin: 'java'
apply plugin: 'kotlin'

ext {
newrelic_version = '8.15.0'
Expand All @@ -27,10 +15,6 @@ ext {
group = 'org.springframework.samples'
version = '1.0.0'

kotlin {
jvmToolchain(17)
}

repositories {
mavenCentral()
}
Expand All @@ -45,7 +29,6 @@ dependencies {
implementation 'javax.cache:cache-api'
implementation 'jakarta.xml.bind:jakarta.xml.bind-api'
implementation 'jakarta.annotation:jakarta.annotation-api'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "com.newrelic.agent.java:newrelic-api:$newrelic_version"

runtimeOnly 'org.springframework.boot:spring-boot-starter-actuator'
Expand Down
5 changes: 0 additions & 5 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
pluginManagement {
plugins {
id 'org.jetbrains.kotlin.jvm' version '2.0.20'
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}
Expand Down

0 comments on commit ebcd40a

Please sign in to comment.