Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kimcore committed Nov 29, 2022
1 parent ef45e38 commit 2bcfc6e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ val sourcesJar by tasks.registering(Jar::class) {
from(sourceSets.main.get().allSource)
}

@Suppress("UNCHECKED_CAST")
val envMap = env as MutableMap<String, String>

publishing {
publications {
create<MavenPublication>("neis.kt") {
Expand Down

0 comments on commit 2bcfc6e

Please sign in to comment.