Skip to content

Commit

Permalink
Update gradle and build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendelski committed Jan 4, 2023
1 parent 6460110 commit 5405d19
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ plugins {
id 'com.github.kt3k.coveralls' version '2.12.0'
id 'com.coditory.build' version '0.1.19'
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0' apply false
id "application"
id "com.github.johnrengelman.shadow" version "7.1.2"
}

group = 'com.coditory.quark'
Expand All @@ -30,14 +28,4 @@ dependencies {

if (project.hasProperty('publish')) {
apply from: "gradle/publish.gradle"
}

application {
mainClass.set("com.coditory.quark.i18n.loader.Runner")
}

tasks.withType(Jar) {
manifest {
attributes("Main-Class": application.mainClass.get())
}
}

0 comments on commit 5405d19

Please sign in to comment.