Skip to content

Commit

Permalink
Merge pull request #129 from grafana/20231023_gradle-demo-run
Browse files Browse the repository at this point in the history
Allow building of demo app through gradle
  • Loading branch information
simonswine authored Oct 23, 2023
2 parents 3113bf6 + 6e01f52 commit a2cd2a4
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 a2cd2a4

Please sign in to comment.