Skip to content

Commit

Permalink
Publish the invert-report artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed Oct 1, 2024
1 parent 2c95afb commit d5f5688
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions invert-report/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ plugins {
kotlin("plugin.serialization")
alias(libs.plugins.jetbrains.compose)
alias(libs.plugins.compose.compiler)
alias(libs.plugins.dokka)
alias(libs.plugins.vanniktech.maven.publish)
}

kotlin {
Expand All @@ -11,13 +13,6 @@ kotlin {
val pluginResourcesDir =
rootProject.layout.projectDirectory.file("invert-gradle-plugin/src/main/resources/META-INF").asFile
browser {
// runTask {
// mainOutputFileName.set("invert_web.js")
// }
// webpackTask {
// mainOutputFileName.set("invert_web.js")
// }

commonWebpackConfig {
outputPath = pluginResourcesDir
}
Expand Down

0 comments on commit d5f5688

Please sign in to comment.