Skip to content

Commit

Permalink
Allow building of demo app through gradle
Browse files Browse the repository at this point in the history
This allows to run the app with gradle:

```
$ gradle demo:run
```
  • Loading branch information
simonswine committed Oct 23, 2023
1 parent 3113bf6 commit 6e01f52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java-library'
}
apply plugin: 'application'

mainClassName = 'App'

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 6e01f52

Please sign in to comment.