Skip to content
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: TheProgramSrc/SimpleCore-CommandsModule
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 97cbf95ba1a88d4d2f3fb1b20a5268f2f8df7fd5
Choose a base ref
..
head repository: TheProgramSrc/SimpleCore-CommandsModule
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ca9a5e612123baf82c94d2fc19471d9dc5d5886f
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 build.gradle
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ plugins {
id 'org.jetbrains.kotlin.jvm' version '1.6.20'
id 'maven-publish'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'org.jetbrains.dokka' version '1.6.21'
id 'org.jetbrains.dokka' version '1.7.0'
}

def projectVersion = (System.getenv("VERSION") ?: '0.1.0-SNAPSHOT').replaceFirst("v", "").replace('/', '')