File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ val githubProjectName = "jqwik-team"
13
13
val artifactId = " jqwik-mockito"
14
14
val moduleGroupId = " net.jqwik"
15
15
val moduleName = " net.jqwik.mockito"
16
- val junitPlatformVersion = " 1.11.2"
17
16
val junitJupiterVersion = " 5.11.2"
18
17
val opentest4jVersion = " 1.3.0"
19
18
val assertJVersion = " 3.26.3"
@@ -98,7 +97,6 @@ publishing {
98
97
password = ossrhPassword
99
98
}
100
99
101
- // change URLs to point to your repos, e.g. http://my.org/repo
102
100
val releasesRepoUrl = " https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
103
101
val snapshotsRepoUrl = " https://s01.oss.sonatype.org/content/repositories/snapshots/"
104
102
url = uri(if (isSnapshotRelease) { snapshotsRepoUrl } else { releasesRepoUrl })
Original file line number Diff line number Diff line change 1
- rootProject.name = " jqwik-mockito-extension "
1
+ rootProject.name = " jqwik-mockito"
You can’t perform that action at this time.
0 commit comments