Skip to content

Commit

Permalink
set to lib instead of application
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawsson committed May 30, 2024
1 parent e55742b commit 29ca636
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion keyforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

plugins {
id("keyforge.kotlin-application-conventions")
id("keyforge.kotlin-library-conventions")
id("com.github.johnrengelman.shadow") version "8.1.1"
id("maven-publish")
}
Expand All @@ -16,6 +16,8 @@ dependencies {
implementation(project(":common"))
}



publishing {
repositories {
maven {
Expand Down

0 comments on commit 29ca636

Please sign in to comment.