Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tlatools
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
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
tlatools
Commits
ed5e67a3
Commit
ed5e67a3
authored
7 months ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Add missing line to publishing configuration
parent
635c9c4b
No related branches found
No related tags found
No related merge requests found
Pipeline
#144779
passed
7 months ago
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tlatools/org.lamport.tlatools/build.gradle
+2
-0
2 additions, 0 deletions
tlatools/org.lamport.tlatools/build.gradle
with
2 additions
and
0 deletions
tlatools/org.lamport.tlatools/build.gradle
+
2
−
0
View file @
ed5e67a3
...
@@ -53,6 +53,8 @@ task tlatools(type: Copy, dependsOn: build) {
...
@@ -53,6 +53,8 @@ task tlatools(type: Copy, dependsOn: build) {
publishing
{
publishing
{
publications
{
publications
{
mavenJava
(
MavenPublication
)
{
mavenJava
(
MavenPublication
)
{
from
components
.
java
pom
{
pom
{
name
=
"TLA+ Tools"
name
=
"TLA+ Tools"
description
=
"Modified version of the TLA+ tools for usage in ProB"
description
=
"Modified version of the TLA+ tools for usage in ProB"
...
...
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