Skip to content

Commit

Permalink
Revert the application block
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Nov 11, 2023
1 parent b76fb0d commit e723466
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ version = "0.0.3-experimental"
description = "A Ktor server plugin for configuring Firebase App Check easily and with simplicity. It is not affiliated with Firebase or Google and may not be suitable for production use yet."
extra["experimental"] = true

application {
mainClass.set("${group}.FirebaseAppCheckKt")
}

repositories {
mavenCentral()
}
Expand Down

0 comments on commit e723466

Please sign in to comment.