From 25e2fd97409311c89030e51e1a78211d335709b9 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 5 May 2021 16:23:33 +0200 Subject: build: Add support for publishing to Maven Central This change adds support for publishing OpenDC to Maven Central. This allows other people to develop with OpenDC without needing to build the entire project themselves. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle.kts') diff --git a/build.gradle.kts b/build.gradle.kts index a4d02854..791c6ca8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,5 +28,5 @@ plugins { allprojects { group = "org.opendc" - version = "2.0.0" + version = "2.0-rc1" } -- cgit v1.2.3