-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Gradle and Kotlin version (#18)
* Upgrade Gradle and Kotlin version * Update libpretixsync to use merged kotlin/gradle-upgrade * Add explicit dependency on libpretixsync for server jar * Remove signature when building a fat jar --------- Co-authored-by: Maximilian Richt <[email protected]>
- Loading branch information
Showing
6 changed files
with
18 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,11 @@ | ||
buildscript { | ||
ext.kotlin_version = '1.7.20' | ||
repositories { | ||
jcenter() | ||
mavenCentral() | ||
maven { | ||
url "https://plugins.gradle.org/m2/" | ||
} | ||
} | ||
dependencies { | ||
classpath "net.ltgt.gradle:gradle-apt-plugin:0.17" | ||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | ||
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.11" | ||
} | ||
plugins { | ||
id 'org.jetbrains.kotlin.jvm' version '1.9.23' apply false | ||
id 'org.jetbrains.kotlin.kapt' version '1.9.23' apply false | ||
} | ||
|
||
group 'eu.pretix.pretixscan' | ||
version '1.0-SNAPSHOT' | ||
|
||
apply plugin: 'base' | ||
apply plugin: 'kotlin' | ||
apply plugin: 'java' | ||
apply plugin: 'kotlin-kapt' | ||
apply plugin: 'net.ltgt.apt-idea' | ||
|
||
repositories { | ||
mavenCentral() | ||
} | ||
|
||
dependencies { | ||
} | ||
|
||
compileKotlin { | ||
kotlinOptions.jvmTarget = "11" | ||
} | ||
compileTestKotlin { | ||
kotlinOptions.jvmTarget = "11" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.3.3-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Submodule libpretixsync-repo
updated
16 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters