mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-04-25 07:17:11 -07:00
Added main method for command line usage
This commit is contained in:
parent
9af78b38d9
commit
3171b82ae1
2 changed files with 42 additions and 0 deletions
|
@ -21,6 +21,12 @@ java {
|
|||
}
|
||||
}
|
||||
|
||||
tasks.jar {
|
||||
manifest {
|
||||
attributes["Main-Class"] = "com.uwyn.urlencoder.UrlEncoder"
|
||||
}
|
||||
}
|
||||
|
||||
tasks.jacocoTestReport {
|
||||
reports {
|
||||
xml.required.set(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue