Skip to content

Commit

Permalink
Changed developerConnection to HTTPS (#599)
Browse files Browse the repository at this point in the history
Works better with remote development.
  • Loading branch information
freemanjp committed Mar 3, 2024
1 parent 90c7da9 commit 49d272a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -847,7 +847,7 @@

<scm>
<connection>scm:git:https://github.com/gantsign/ktlint-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:gantsign/ktlint-maven-plugin.git</developerConnection>
<developerConnection>scm:git:https://github.com/gantsign/ktlint-maven-plugin.git</developerConnection>
<url>https://github.com/gantsign/ktlint-maven-plugin</url>
<tag>HEAD</tag>
</scm>
Expand Down

0 comments on commit 49d272a

Please sign in to comment.