Skip to content

Commit

Permalink
Drop unused plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
xSAVIKx committed Mar 3, 2024
1 parent f113a52 commit 794f404
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

plugins {
id 'java'
id 'java-library'
id 'jacoco'

id 'checkstyle'
Expand All @@ -19,7 +19,6 @@ plugins {
id 'org.ajoberstar.git-publish' version '0.3.0'

// deploy to maven central
id 'maven'
id 'maven-publish'
id 'signing'
id "com.jfrog.bintray" version "1.8.4"
Expand Down Expand Up @@ -98,8 +97,7 @@ repositories {
sourceSets {
integrationTest {
compileClasspath += sourceSets.main.output \
+ sourceSets.test.output \
+ configurations.testRuntime
+ sourceSets.test.output

runtimeClasspath += output + compileClasspath

Expand Down

0 comments on commit 794f404

Please sign in to comment.