Skip to content
Snippets Groups Projects
Commit 392b4fb9 authored by dgelessus's avatar dgelessus
Browse files

Use settings.gradle to set project name

parent 7e3d6051
No related branches found
No related tags found
Loading
......@@ -12,8 +12,9 @@ No original file is changed, but we added:
* gradlew
* gradlew.bat
* gradle.properties.enc
* secring.gpg.enc
* pubring.gpg.enc
* secring.gpg.enc
* settings.gradle
Note to future Jens:
After updating the sources the ```gradle patch``` task must be run. This modifies the sources. **Do not run the task multiple times!**
......@@ -6,7 +6,6 @@ sourceCompatibility = '1.7'
project.version = '3.2.1-SNAPSHOT'
project.group = 'de.hhu.stups'
project.archivesBaseName = 'rodin-eventb-ast'
sourceSets {
main {
......
rootProject.name = "rodin-eventb-ast"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment