Skip to content

Commit

Permalink
small gradle update
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanos Psaridis committed Sep 21, 2021
1 parent ec4d278 commit 8df6206
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
plugins {
java
`java-gradle-plugin`
`kotlin-dsl`
}
Expand All @@ -15,6 +16,7 @@ repositories {
}

dependencies {
implementation(gradleApi())
testImplementation(gradleTestKit())
testImplementation("junit:junit:4.13.2")

Expand All @@ -23,3 +25,12 @@ dependencies {
tasks.withType<Test>().configureEach {
testLogging { showStandardStreams = true }
}
/*
gradlePlugin {
plugins {
create("maven-publisher") {
id = "maven-publishero"
implementationClass = "MavenPublisherPlugin"
}
}
}*/

0 comments on commit 8df6206

Please sign in to comment.