Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tla2bAST
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
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
tla2bAST
Commits
2d185fc1
Commit
2d185fc1
authored
5 years ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Fix indentation in build.gradle
parent
330e42d0
Branches
Branches containing commit
Tags
Tags containing commit
Loading
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.gradle
+83
-85
83 additions, 85 deletions
build.gradle
with
83 additions
and
85 deletions
build.gradle
+
83
−
85
View file @
2d185fc1
...
@@ -39,7 +39,6 @@ else {
...
@@ -39,7 +39,6 @@ else {
def
tlatools_version
=
'1.0.2'
def
tlatools_version
=
'1.0.2'
dependencies
{
dependencies
{
compile
(
group:
'commons-cli'
,
name:
'commons-cli'
,
version:
'1.4'
)
compile
(
group:
'commons-cli'
,
name:
'commons-cli'
,
version:
'1.4'
)
compile
(
group:
'de.hhu.stups'
,
name:
'tlatools'
,
version:
tlatools_version
)
compile
(
group:
'de.hhu.stups'
,
name:
'tlatools'
,
version:
tlatools_version
)
compile
(
group:
'de.hhu.stups'
,
name:
'prologlib'
,
version:
parser_version
)
compile
(
group:
'de.hhu.stups'
,
name:
'prologlib'
,
version:
parser_version
)
...
@@ -103,7 +102,6 @@ task tla2b(dependsOn: createJar) {
...
@@ -103,7 +102,6 @@ task tla2b(dependsOn: createJar) {
}
}
if
(
project
.
hasProperty
(
'ossrhUsername'
)
&&
project
.
hasProperty
(
'ossrhPassword'
))
{
if
(
project
.
hasProperty
(
'ossrhUsername'
)
&&
project
.
hasProperty
(
'ossrhPassword'
))
{
apply
plugin:
'signing'
apply
plugin:
'signing'
signing
{
signing
{
...
...
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