File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 key : ${{ runner.os }}-gradle-${{ hashFiles('*.gradle.kts') }}
4444
4545 - name : Publish to MavenCentral
46- run : ./gradlew :hooks:publishAllPublicationsToMavenCentralRepository
46+ run : |
47+ ./gradlew :hooks:publishAllPublicationsToMavenCentralRepository
48+ ./gradlew :ai:publishAllPublicationsToMavenCentralRepository
Original file line number Diff line number Diff line change 1+ POM_ARTIFACT_ID =hooks2-ai
Original file line number Diff line number Diff line change @@ -47,9 +47,8 @@ mavenCentralAutomaticPublishing=true
4747
4848GROUP =xyz.junerver.compose
4949# use `-SNAPSHOT` can publish a snapshot to maven
50- VERSION_NAME =2.2.1
50+ VERSION_NAME =2.2.2-SNAPSHOT
5151
52- POM_ARTIFACT_ID =hooks2
5352POM_NAME =hooks
5453
5554POM_DESCRIPTION = use React style hooks in Compose Multiplatform.
Original file line number Diff line number Diff line change 1+ POM_ARTIFACT_ID =hooks2
You can’t perform that action at this time.
0 commit comments