We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561795a commit c287427Copy full SHA for c287427
buildSrc/src/main/kotlin/buildsrc/convention/mockk-publishing.gradle.kts
@@ -50,9 +50,9 @@ val localrepo: String by project
50
publishing {
51
repositories {
52
// publish to local dir, for testing
53
- maven(rootProject.layout.projectDirectory.dir(localrepo)) {
+ /*maven(rootProject.layout.projectDirectory.dir(localrepo)) {
54
name = "LocalRepo"
55
- }
+ }*/
56
57
/*maven {
58
url = uri(sonatypeRepositoryReleaseUrl)
gradle.properties
@@ -1,4 +1,4 @@
1
-version=1.13.18-SNAPSHOT
+version=1.14.1-SNAPSHOT
2
# Enable Gradle build cache https://docs.gradle.org/current/userguide/build_cache.html
3
org.gradle.caching=true
4
org.gradle.configureondemand=false
0 commit comments