Skip to content

Commit 78a1885

Browse files
committed
Move group to top level in build.gradle.
Trying to follow the instructions at https://github.com/gradle-nexus/publish-plugin
1 parent a0e1bb8 commit 78a1885

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ plugins {
55
alias(libs.plugins.spotbugs) apply false
66
}
77

8+
group = 'works.bosk'
9+
// version should be set as a property with -Pversion
10+
811
repositories {
912
mavenCentral()
1013
}
@@ -33,9 +36,6 @@ configure(subprojects.findAll {
3336
apply plugin: 'jacoco'
3437
apply plugin: 'com.github.spotbugs'
3538

36-
group = 'works.bosk'
37-
// version should be set as a property with -Pversion
38-
3939
java {
4040
toolchain {
4141
languageVersion = JavaLanguageVersion.of(jdkVersion)

0 commit comments

Comments
 (0)