Skip to content

Commit

Permalink
update gradle configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandravv committed Jul 28, 2022
1 parent 844a7fd commit 4c2588f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ apply plugin: 'jacoco'
apply plugin: 'org.asciidoctor.convert'

group = 'com.upc.gessi.qrapids'
version = '2.2'
version = '1.0'
sourceCompatibility = 1.8

war {
from 'README.md'
baseName = 'qr-dashboard'
baseName = 'learning-dashboard'
version = version
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = 'qrapids-dashboard'
rootProject.name = 'learning-dashboard'

0 comments on commit 4c2588f

Please sign in to comment.