File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ plugins {
10
10
alias(libs. plugins. versions)
11
11
}
12
12
13
- group projectGroupId
14
- version projectVersion
13
+ group = projectGroupId
14
+ version = projectVersion
15
15
println (" version: $version " )
16
16
17
17
repositories {
18
18
mavenLocal()
19
19
mavenCentral()
20
20
maven {
21
- url " https://oss.sonatype.org/content/repositories/snapshots"
21
+ url = " https://oss.sonatype.org/content/repositories/snapshots"
22
22
}
23
23
}
24
24
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ configure(project.rootProject) {
13
13
publishing {
14
14
publications {
15
15
processorSpring (MavenPublication ) {
16
- groupId project. group
17
- artifactId project. name
18
- version project. version
16
+ groupId = project. group
17
+ artifactId = project. name
18
+ version = project. version
19
19
20
20
from components. java
21
21
You can’t perform that action at this time.
0 commit comments