Skip to content

Commit

Permalink
Change plugin type to library
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 committed Oct 6, 2023
1 parent fab70a8 commit 0640073
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions adot-testbed/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

plugins {
// Apply the application plugin to add support for building a CLI application in Java.
application
id ("java-library")
}

repositories {
Expand Down Expand Up @@ -35,11 +35,6 @@ java {
}
}

application {
// Define the main class for the application.
mainClass.set("adot.testbed.App")
}

tasks.named<Test>("test") {
// Use JUnit Platform for unit tests.
useJUnitPlatform()
Expand Down

0 comments on commit 0640073

Please sign in to comment.