Skip to content

Commit

Permalink
cleanup build.gradle in :parser-js
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Sep 16, 2020
1 parent 28f0f96 commit 31f71b6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions parser-js/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ import org.jetbrains.kotlin.gradle.targets.js.npm.tasks.KotlinPackageJsonTask

apply<NpmPublishPlugin>()

val javaVersion: String by project
val ktFreeCompilerArgs: String by project
val gcName: String by project
val gcEmail: String by project
val gcUrl: String by project
val projectHomepage: String by project
val bintrayRepo: String by project
val bintrayUserOrg: String by project
val projectLicense: String by project
val projectIssues: String by project
val npmToken: String by project
Expand Down Expand Up @@ -63,14 +59,3 @@ configure<NpmPublishExtension> {
tasks.create("jsTest") {
dependsOn("test")
}

// tasks.getByName<Jar>("sourcesJar") {
// kotlin.sourceSets.forEach { sourceSet ->
// sourceSet.resources.sourceDirectories.forEach {
// from(it)
// }
// sourceSet.kotlin.srcDirs.forEach {
// from(it)
// }
// }
// }

0 comments on commit 31f71b6

Please sign in to comment.