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

Commit

Permalink
next phase
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaiR committed Jan 23, 2019
1 parent 131119c commit c7ff3df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'application'
id 'com.github.johnrengelman.shadow' version '4.0.2'
id 'org.jetbrains.kotlin.jvm' version '1.3.0'
id 'com.gradle.build-scan' version '1.16'
id 'com.gradle.build-scan' version '2.0.2'
id 'org.jmailen.kotlinter' version '1.20.1'
}

Expand All @@ -29,7 +29,7 @@ repositories {
}

group = 'io.github.spair.repoxbot'
version = '1.2'
version = '1.2.1-SNAPSHOT'

sourceCompatibility = '1.8'
mainClassName = 'io.vertx.core.Launcher'
Expand Down

0 comments on commit c7ff3df

Please sign in to comment.