Skip to content

Commit

Permalink
chore: enable auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
adrielcafe committed Apr 17, 2023
1 parent d4d45d1 commit c5fe97a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
12 changes: 1 addition & 11 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
repositories {
google()
mavenCentral()
google()
gradlePluginPortal()
maven { url "https://maven.pkg.jetbrains.space/public/p/compose/dev" }
}
Expand All @@ -12,14 +12,4 @@ buildscript {

subprojects {
apply plugin: 'org.jlleitschuh.gradle.ktlint'
plugins.withId("com.vanniktech.maven.publish") {
mavenPublish {
sonatypeHost = "S01"
}
}
repositories {
google()
mavenCentral()
maven { url "https://maven.pkg.jetbrains.space/public/p/compose/dev" }
}
}
5 changes: 4 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ org.jetbrains.compose.experimental.jscanvas.enabled=true
kotlin.mpp.androidSourceSetLayoutVersion=2

# Maven
SONATYPE_HOST=S01
SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true

GROUP=cafe.adriel.lyricist
VERSION_NAME=1.3.0-SNAPSHOT

POM_DESCRIPTION=The missing I18N/L10N library for Jetpack Compose!
POM_INCEPTION_YEAR=2021
Expand Down

0 comments on commit c5fe97a

Please sign in to comment.