Skip to content

Commit 7d6ccce

Browse files
committed
Aligned Gradle project name with artifact ID
1 parent 6bb58cd commit 7d6ccce

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ val githubProjectName = "jqwik-team"
1313
val artifactId = "jqwik-mockito"
1414
val moduleGroupId = "net.jqwik"
1515
val moduleName = "net.jqwik.mockito"
16-
val junitPlatformVersion = "1.11.2"
1716
val junitJupiterVersion = "5.11.2"
1817
val opentest4jVersion = "1.3.0"
1918
val assertJVersion = "3.26.3"
@@ -98,7 +97,6 @@ publishing {
9897
password = ossrhPassword
9998
}
10099

101-
// change URLs to point to your repos, e.g. http://my.org/repo
102100
val releasesRepoUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
103101
val snapshotsRepoUrl = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
104102
url = uri(if (isSnapshotRelease) { snapshotsRepoUrl } else { releasesRepoUrl })

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = "jqwik-mockito-extension"
1+
rootProject.name = "jqwik-mockito"

0 commit comments

Comments
 (0)