Get rid of some unnecessary classpath elements
This commit is contained in:
parent
3435189777
commit
69dc854d88
|
@ -19,7 +19,6 @@ buildscript {
|
|||
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
|
||||
classpath 'de.thetaphi:forbiddenapis:3.0.1'
|
||||
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.1'
|
||||
classpath 'org.hibernate.build:hibernate-build-plugin:1.0.0-SNAPSHOT'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -27,7 +26,7 @@ buildscript {
|
|||
plugins {
|
||||
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
|
||||
id 'nu.studer.credentials' version '2.1'
|
||||
id 'org.hibernate.build.plugin' version '1.0.0-SNAPSHOT'
|
||||
id 'org.hibernate.build.plugin' version '1.0.0-SNAPSHOT' apply false
|
||||
|
||||
id 'idea'
|
||||
id 'org.jetbrains.gradle.plugin.idea-ext' version '0.5'
|
||||
|
|
|
@ -15,7 +15,6 @@ buildscript {
|
|||
}
|
||||
dependencies {
|
||||
classpath 'de.thetaphi:forbiddenapis:3.0.1'
|
||||
classpath 'org.hibernate.build:hibernate-build-plugin:1.0.0-SNAPSHOT'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue