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

Commit 806b3da

Browse files
author
Gregory Lureau
committed
Bump to 0.3.1, to support Java8 (previous built was done on Java11, it's a mistake).
1 parent 4adda31 commit 806b3da

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

build.gradle.kts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ buildscript {
22
val kotlinVersion: String by project
33
repositories {
44
mavenCentral()
5-
maven {
6-
name = "ajoberstar-backup"
7-
url = java.net.URI("https://ajoberstar.org/bintray-backup/")
8-
}
95
}
106
dependencies {
117
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
@@ -21,14 +17,14 @@ val localProperties = java.util.Properties().apply {
2117

2218
plugins {
2319
id("maven-publish")
24-
id("org.ajoberstar.git-publish") version "3.0.0"
20+
id("org.ajoberstar.git-publish") version "3.0.1"
2521
id("org.ajoberstar.grgit") version "4.1.1"
2622
id("org.jlleitschuh.gradle.ktlint") version "10.2.0"
2723
}
2824

2925
allprojects {
3026
group = "deezer.kustomexport"
31-
version = "0.3.0"
27+
version = "0.3.1"
3228

3329
repositories {
3430
mavenLocal()

0 commit comments

Comments
 (0)