Skip to content
This repository was archived by the owner on Jan 8, 2023. It is now read-only.

Commit c7ff3df

Browse files
committed
next phase
1 parent 131119c commit c7ff3df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'application'
33
id 'com.github.johnrengelman.shadow' version '4.0.2'
44
id 'org.jetbrains.kotlin.jvm' version '1.3.0'
5-
id 'com.gradle.build-scan' version '1.16'
5+
id 'com.gradle.build-scan' version '2.0.2'
66
id 'org.jmailen.kotlinter' version '1.20.1'
77
}
88

@@ -29,7 +29,7 @@ repositories {
2929
}
3030

3131
group = 'io.github.spair.repoxbot'
32-
version = '1.2'
32+
version = '1.2.1-SNAPSHOT'
3333

3434
sourceCompatibility = '1.8'
3535
mainClassName = 'io.vertx.core.Launcher'

0 commit comments

Comments
 (0)