Skip to content

Commit

Permalink
Remove unused buildscript classpath stuff (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaja-nav authored Feb 27, 2024
1 parent 58d4973 commit 99cc6f3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ plugins {
id("io.gitlab.arturbosch.detekt") version "1.23.5"
}

buildscript {
dependencies {
classpath("javax.xml.bind:jaxb-api:2.4.0-b180830.0359")
classpath("org.glassfish.jaxb:jaxb-runtime:2.4.0-b180830.0438")
classpath("com.sun.activation:javax.activation:1.2.0")
}
}

repositories {
mavenCentral()
}
Expand Down

0 comments on commit 99cc6f3

Please sign in to comment.