Skip to content

Commit

Permalink
update workflow. migrate to s01.
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyhuo committed Feb 9, 2023
1 parent 8dbdefd commit 357674f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish

on:
push:
created:
tags:
- '*'

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
maven("https://mirrors.tencent.com/nexus/repository/maven-public")
}
dependencies {
classpath("com.vanniktech:gradle-maven-publish-plugin:0.18.0")
classpath("com.vanniktech:gradle-maven-publish-plugin:0.22.0")
}
}

Expand Down
5 changes: 4 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ POM_DEVELOPER_ID=bennyhuo
POM_DEVELOPER_NAME=Benny Huo
POM_DEVELOPER_URL=https://github.com/bennyhuo/

KOTLIN_PLUGIN_ID=com.bennyhuo.kotlin.trimindent
KOTLIN_PLUGIN_ID=com.bennyhuo.kotlin.trimindent

SONATYPE_HOST=S01
SONATYPE_AUTOMATIC_RELEASE=true
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 357674f

Please sign in to comment.