Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rodin Event-B AST
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
Rodin Event-B AST
Commits
392b4fb9
Commit
392b4fb9
authored
1 year ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Use settings.gradle to set project name
parent
7e3d6051
No related branches found
No related tags found
Loading
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+2
-1
2 additions, 1 deletion
README.md
build.gradle
+0
-1
0 additions, 1 deletion
build.gradle
settings.gradle
+1
-0
1 addition, 0 deletions
settings.gradle
with
3 additions
and
2 deletions
README.md
+
2
−
1
View file @
392b4fb9
...
...
@@ -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!**
This diff is collapsed.
Click to expand it.
build.gradle
+
0
−
1
View file @
392b4fb9
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
settings.gradle
0 → 100644
+
1
−
0
View file @
392b4fb9
rootProject
.
name
=
"rodin-eventb-ast"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment