Skip to content

Commit a83ff3a

Browse files
committed
Merge branch 'master' into readme
2 parents 9688296 + 8302fc4 commit a83ff3a

File tree

5 files changed

+6
-34
lines changed

5 files changed

+6
-34
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
fail-fast: false
1717
steps:
1818
- name: Checkout
19-
uses: actions/[email protected].1
19+
uses: actions/[email protected].2
2020
- name: 'Set up JDK ${{ matrix.java }}'
21-
uses: actions/setup-java@v4.4.0
21+
uses: actions/setup-java@v4.5.0
2222
with:
2323
distribution: adopt
2424
java-version: '${{ matrix.java }}'
2525
- name: Cache Gradle
26-
uses: actions/[email protected].1
26+
uses: actions/[email protected].2
2727
with:
2828
path: ~/.gradle/caches
2929
key: >-

.github/workflows/publish-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
name: Publish Multification Release
1+
name: Publish Multification
22
on:
33
release:
44
branches: [ master ]
5-
types: [ published ]
65
jobs:
76
publish:
87
runs-on: ubuntu-latest

.github/workflows/publish-snapshot.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Versions {
66
const val CDN = "1.14.5"
77

88
const val MOCKITO_CORE = "5.14.2"
9-
const val JUNIT_JUPITER = "5.11.2"
9+
const val JUNIT_JUPITER = "5.11.3"
1010
const val ASSERTJ_CORE = "3.26.3"
1111
const val AWAITILITY = "4.2.2"
1212

buildSrc/src/main/kotlin/multification-publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.eternalcode"
7-
version = "1.1.4"
7+
version = "1.1.5-SNAPSHOT"
88

99
java {
1010
withSourcesJar()

0 commit comments

Comments
 (0)