Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Raibaz committed May 11, 2022
1 parent 65411ae commit 7dc1169
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version=1.12.3
version=1.12.5-SNAPSHOT
org.gradle.configureondemand=false
org.gradle.jvmargs=-XX:MaxMetaspaceSize=768m
localrepo=build/mockk-repo
# localrepo=/Users/raibaz/.m2/repository
# localrepo=build/mockk-repo
localrepo=/Users/raibaz/.m2/repository
# kotlin.version=1.5.10
4 changes: 2 additions & 2 deletions mockk/jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ tasks {
val sourcesJar by creating(Jar::class) {
archiveClassifier.set("sources")
from(sourceSets["main"].allSource)
from(project(":mockk-dsl").sourceSets["main"].allJava.files) {
/*from(project(":mockk-dsl").sourceSets["main"].allJava.files) {
exclude("io/mockk/impl/InternalPlatform.kt")
exclude("io/mockk/impl/annotations/AdditionalInterface.kt")
exclude("io/mockk/MockK.kt")
}
}*/
}
}

Expand Down

0 comments on commit 7dc1169

Please sign in to comment.