Skip to content

Commit

Permalink
Merge 6030cd3 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 22, 2022
2 parents 87d60b3 + 6030cd3 commit 69725a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
23 changes: 2 additions & 21 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
os: [
ubuntu-latest,
# macos-latest
macos-latest
]
jdk-version: [
8,
Expand All @@ -35,25 +35,6 @@ jobs:
# '7.0.1',
]


# strategy:
# matrix:
# os: [ ubuntu-latest ]
# jdk-version: [ 8 ]
# gradle-version: [ '7.5.1' ]
# python-version: [ '3.10' ]
# isFull:
# - ${{ contains(github.event.head_commit.message, '!!full') }}
# include:
# - isFull: true
# os: macos-latest
# - isFull: true
# python-version: '3.11.0-rc.2'
# - isFull: true
# jdk-version: 18
# - isFull: true
# gradle-version: '7.0.1'

steps:
- uses: actions/checkout@master
- name: Setup JDK
Expand Down Expand Up @@ -161,7 +142,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@master
with:
java-version: 17
java-version: 8
distribution: 'temurin'
cache: gradle
- name: Get the project version
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "io.github.rtmigo"
version = "0.4.2" // -SNAPSHOT
version = "0.4.3" // -SNAPSHOT

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/stages/upload/Commands.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ suspend fun StagingUri.toRelease(
) {
createClient(user, pass).use {
it.promoteToCentral(this)
eprint("HOORAY! We have released the package in Maven Central!")
eprint("HOORAY! We have released the package to Maven Central!")
eprint("The release may take some time.")
}
}

0 comments on commit 69725a8

Please sign in to comment.