Skip to content

Commit

Permalink
Add missing publishing plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed May 17, 2020
1 parent 43c0042 commit 2b50896
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("jvm")
`java-library`
`maven-publish`
id("com.jfrog.bintray")
}

ext["moduleName"] = "rs.emulate.common"
Expand Down
1 change: 1 addition & 0 deletions legacy/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("jvm")
`java-library`
`maven-publish`
id("com.jfrog.bintray")
}

Expand Down
2 changes: 2 additions & 0 deletions scene3d/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
plugins {
kotlin("jvm")
id("org.openjfx.javafxplugin")
`maven-publish`
id("com.jfrog.bintray")
}

description = "Vicis 3D SceneGraph"
Expand Down

0 comments on commit 2b50896

Please sign in to comment.