Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
De-minimize
Browse files Browse the repository at this point in the history
  • Loading branch information
P03W authored and P03W committed May 29, 2022
1 parent b09bcb9 commit 4e641b9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@file:Suppress("PropertyName", "SpellCheckingInspection")

import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
Expand All @@ -10,7 +9,7 @@ plugins {
}

group = "com.github.p03w"
version = "2.1.0"
version = "2.1.1"

repositories {
mavenCentral()
Expand Down Expand Up @@ -70,7 +69,3 @@ tasks.withType<KotlinCompile> {
application {
mainClass.set("com.github.p03w.modifold.MainKt")
}

tasks.withType<ShadowJar> {
minimize()
}

0 comments on commit 4e641b9

Please sign in to comment.