Skip to content

Commit c287427

Browse files
committed
Version bump
1 parent 561795a commit c287427

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/src/main/kotlin/buildsrc/convention/mockk-publishing.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ val localrepo: String by project
5050
publishing {
5151
repositories {
5252
// publish to local dir, for testing
53-
maven(rootProject.layout.projectDirectory.dir(localrepo)) {
53+
/*maven(rootProject.layout.projectDirectory.dir(localrepo)) {
5454
name = "LocalRepo"
55-
}
55+
}*/
5656

5757
/*maven {
5858
url = uri(sonatypeRepositoryReleaseUrl)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.13.18-SNAPSHOT
1+
version=1.14.1-SNAPSHOT
22
# Enable Gradle build cache https://docs.gradle.org/current/userguide/build_cache.html
33
org.gradle.caching=true
44
org.gradle.configureondemand=false

0 commit comments

Comments
 (0)