Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Project-Cepi/ExampleExtension
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7599b2a3f057662f5eff3788ed309403fcd346be
Choose a base ref
..
head repository: Project-Cepi/ExampleExtension
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f8b6660d4529a70a429f1264cf9f66cfffea8ec9
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 build.gradle.kts
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
// Apply the Kotlin JVM plugin to add support for Kotlin.
id("org.jetbrains.kotlin.jvm") version "1.9.22"
id("org.jetbrains.kotlin.jvm") version "1.9.21"
// Kotlinx serialization for any data format
kotlin("plugin.serialization") version "1.7.10"
// Shade the plugin