Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit18a9f51

Browse files
committed
Version bump
1 parentc3aa4db commit18a9f51

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

‎buildSrc/build.gradle.kts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
val kotlinPluginVersion:String="2.1.20"
77

88
val androidGradle="8.9.2"
9-
val kotlinxKover="0.7.3"
9+
val kotlinxKover="0.9.1"
1010
val dokka="2.0.0"
1111
val binaryCompatibilityValidator="0.17.0"
1212

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ publishing {
5454
name = "LocalRepo"
5555
}*/
5656

57-
/*maven {
57+
maven {
5858
url= uri(sonatypeRepositoryReleaseUrl)
5959
credentials {
6060
username= ossrhUsername.get()
6161
password= ossrhPassword.get()
6262
}
63-
}*/
63+
}
6464
}
6565
// Configure for Android libraries
6666
publications {

‎gradle.properties‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.14.3-SNAPSHOT
1+
version=1.14.4-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
@@ -8,6 +8,7 @@ org.gradle.welcome=never
88
org.gradle.jvmargs=-XX:MaxMetaspaceSize=768m
99
kotlin.mpp.stability.nowarn=true
1010
localrepo=build/maven-local-repo
11+
#org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers
1112
########################
1213
# version of Java that will be used to build the project
1314
io_mockk_java_toolchain_main_version=17

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp