Skip to content

Commit

Permalink
release 1.0.1 to MavenCentral
Browse files Browse the repository at this point in the history
  • Loading branch information
loetifuss authored Oct 13, 2020
1 parent 04e3ce0 commit 64660da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
group = "de.tk.opensource"
version = "1.0.1-SNAPSHOT"
version = "1.0.1"

application {
mainClassName = "de.tk.opensource.secon.Main"
Expand Down Expand Up @@ -145,7 +145,7 @@ publishing {
password = System.getenv("MAVEN_PASSWORD")
}
}
/*

maven {
// GitHubPackages
name = "GitHubPackages"
Expand All @@ -155,7 +155,7 @@ publishing {
password = System.getenv("GITHUB_TOKEN")
}
}
*/

}
}

Expand Down

0 comments on commit 64660da

Please sign in to comment.