Skip to content

Commit

Permalink
Bumped gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyrazorblade committed Aug 30, 2023
1 parent 20bbb0a commit cf3f794
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
buildscript {
ext.kotlin_version = '1.9.0'

repositories {
mavenCentral()
}
Expand All @@ -9,15 +11,14 @@ buildscript {

plugins {
id 'com.google.cloud.tools.jib' version '3.3.0'
id "org.jetbrains.kotlin.jvm" version "1.9.0"
id "nebula.ospackage" version "9.1.1"
id "org.jetbrains.kotlin.jvm" version "1.7.10"
id "nebula.ospackage-application" version "9.1.1"
}

apply plugin: 'idea'
apply plugin: 'java'
apply plugin: 'application'
apply plugin: "nebula.ospackage"
apply plugin: 'nebula.ospackage-application'
apply plugin: 'com.github.johnrengelman.shadow'

group 'com.thelastpickle'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit cf3f794

Please sign in to comment.