Skip to content

Commit

Permalink
fix: build.gradle
Browse files Browse the repository at this point in the history
generateMetadataFileForMavenPublication FAILED fix
  • Loading branch information
youabledev authored Dec 14, 2024
1 parent 12952c5 commit 4f5fcae
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'com.youable'
version = '0.1.2'
version = '0.1.3'

java {
toolchain {
Expand Down Expand Up @@ -34,12 +34,11 @@ dependencies {
}

publishing {
publications {
maven (MavenPublication) {
publications {
mavenJava(MavenPublication) {
groupId = 'com.youable.safehttp'
artifactId = 'spring-safe-http'
version = '0.1.2'

version = '0.1.3'
from components.java
}
}
Expand Down

0 comments on commit 4f5fcae

Please sign in to comment.