Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SableCC Gradle plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
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
SableCC Gradle plugin
Commits
14586606
Commit
14586606
authored
1 year ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Update to com.gradle.plugin-publish version 1.2.0
parent
3269c673
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#118711
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.gradle
+5
-10
5 additions, 10 deletions
build.gradle
with
5 additions
and
10 deletions
build.gradle
+
5
−
10
View file @
14586606
plugins
{
plugins
{
id
(
"java-gradle-plugin"
)
id
(
"com.gradle.plugin-publish"
).
version
(
"1.2.0"
)
id
(
"maven-publish"
)
id
(
"com.gradle.plugin-publish"
).
version
(
"0.21.0"
)
}
}
group
=
"de.hhu.stups"
group
=
"de.hhu.stups"
...
@@ -22,18 +19,16 @@ if (project.hasProperty("gradlePublishSecret")) {
...
@@ -22,18 +19,16 @@ if (project.hasProperty("gradlePublishSecret")) {
}
}
gradlePlugin
{
gradlePlugin
{
website
=
"https://gitlab.cs.uni-duesseldorf.de/general/stups/sablecc_gradle_plugin"
vcsUrl
=
"https://gitlab.cs.uni-duesseldorf.de/general/stups/sablecc_gradle_plugin"
plugins
{
plugins
{
sableccPlugin
{
sableccPlugin
{
id
=
"de.hhu.stups.sablecc"
id
=
"de.hhu.stups.sablecc"
displayName
=
"SableCC Gradle plugin"
displayName
=
"SableCC Gradle plugin"
description
=
"Generate parsers using SableCC"
description
=
"Generate parsers using SableCC"
tags
.
set
([
"sablecc"
,
"parser"
,
"generator"
])
implementationClass
=
"de.hhu.stups.sablecc.gradle.SableCCPlugin"
implementationClass
=
"de.hhu.stups.sablecc.gradle.SableCCPlugin"
}
}
}
}
}
}
pluginBundle
{
website
=
"https://gitlab.cs.uni-duesseldorf.de/general/stups/sablecc_gradle_plugin"
vcsUrl
=
"https://gitlab.cs.uni-duesseldorf.de/general/stups/sablecc_gradle_plugin"
tags
=
[
"sablecc"
,
"parser"
,
"generator"
]
}
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