Skip to content

Commit

Permalink
A bug in maven publishing has been fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ATATC committed Jan 16, 2023
1 parent 0b456ff commit 32e50a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ publishing {
pom {
name = 'Hephaestus'
description = 'The most suitable text language for documentation. Native support for Markdown and HTML.'
url = 'https://github.com/ATATC/Hephaestus'
licenses {
license {
name = 'The Apache License, Version 2.0'
Expand All @@ -56,9 +57,9 @@ publishing {
}
}
scm {
connection='scm:git:git:github.com/ATATC/Hephaestus.git'
developerConnection='scm:git:https://github.com/ATATC/Hephaestus.git'
url='https://github.com/ATATC/Hephaestus'
connection = 'scm:git:git:github.com/ATATC/Hephaestus.git'
developerConnection = 'scm:git:https://github.com/ATATC/Hephaestus.git'
url = 'https://github.com/ATATC/Hephaestus'
}
}
}
Expand Down

0 comments on commit 32e50a4

Please sign in to comment.