Skip to content

Commit

Permalink
Maven local
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Bueide committed Aug 24, 2021
1 parent 465e0f1 commit de41fa6
Show file tree
Hide file tree
Showing 6 changed files with 807 additions and 5 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
plugins {
kotlin("multiplatform")
id("maven-publish")
}

group = "org.chiachat.kchia"
group = "org.chiachat"
version = "1.0.0"

repositories {
Expand Down
6 changes: 6 additions & 0 deletions config/baseline.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" ?>
<SmellBaseline>
<ManuallySuppressedIssues></ManuallySuppressedIssues>
<CurrentIssues>
</CurrentIssues>
</SmellBaseline>
Loading

0 comments on commit de41fa6

Please sign in to comment.