Skip to content

Commit

Permalink
Remove duplicate kotlin plugin application
Browse files Browse the repository at this point in the history
  • Loading branch information
JLLeitschuh committed Aug 30, 2017
1 parent b5279aa commit 7c9102c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ buildscript {
plugins {
id 'com.gradle.build-scan' version '1.9'
id 'net.nemerosa.versioning' version '2.6.1'
id "org.jetbrains.kotlin.jvm" version "1.1.3-2" apply false
}

buildScan {
Expand Down Expand Up @@ -226,10 +225,6 @@ allprojects { subproj ->
}
}

configure([project(":junit-jupiter-api"), project(":junit-jupiter-engine")]) {
apply plugin: "org.jetbrains.kotlin.jvm"
}

subprojects { subproj ->
if (subproj.name in mavenizedProjects) {
apply plugin: 'maven'
Expand Down

0 comments on commit 7c9102c

Please sign in to comment.