Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Try using maven-publish instead of maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SrGaabriel committed Nov 7, 2020
1 parent fd51578 commit 6749011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
plugins {
maven
`maven-publish`
kotlin("multiplatform") version "1.4.10"
kotlin("plugin.serialization") version "1.4.10"
}

group = "com.gabriel.lunala.project"
version = "1.0"

plugins.apply("maven")
plugins.apply("maven-publish")

repositories {
mavenCentral()
Expand Down

0 comments on commit 6749011

Please sign in to comment.