Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
RAGO - RAG OpenAPI Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
JastAdd
RAGO - RAG OpenAPI Framework
Commits
381c6cbd
Commit
381c6cbd
authored
3 years ago
by
René Schöne
Browse files
Options
Downloads
Patches
Plain Diff
Fix grammar2uml
parent
5696bd69
No related branches found
No related tags found
1 merge request
!3
Resolve "Put grammar diagram in gitlab pages"
Pipeline
#13156
passed
3 years ago
Stage: build
Stage: test
Stage: ragdoc
Stage: publish
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+4
-0
4 additions, 0 deletions
build.gradle
gradle.properties
+1
-1
1 addition, 1 deletion
gradle.properties
with
5 additions
and
1 deletion
build.gradle
+
4
−
0
View file @
381c6cbd
...
@@ -99,6 +99,7 @@ def grammarDiagramFile = './src/gen/resources/diagrams/grammar/openapiRelast.png
...
@@ -99,6 +99,7 @@ def grammarDiagramFile = './src/gen/resources/diagrams/grammar/openapiRelast.png
task
generateGrammarDiagrams
(
type:
JavaExec
)
{
task
generateGrammarDiagrams
(
type:
JavaExec
)
{
group
=
'Documentation'
group
=
'Documentation'
classpath
=
configurations
.
grammar2uml
classpath
=
configurations
.
grammar2uml
main
=
'de.tudresden.inf.st.jastadd.grammar2uml.compiler.Compiler'
args
"--output=${grammarDiagramFile}"
,
'--defaultFolders'
args
"--output=${grammarDiagramFile}"
,
'--defaultFolders'
args
genAst
args
genAst
...
@@ -183,3 +184,6 @@ jastadd {
...
@@ -183,3 +184,6 @@ jastadd {
delete
"src/gen-res"
delete
"src/gen-res"
}
}
}
}
generateAst
.
dependsOn
relast
generateGrammarDiagrams
.
dependsOn
generateAst
This diff is collapsed.
Click to expand it.
gradle.properties
+
1
−
1
View file @
381c6cbd
...
@@ -3,4 +3,4 @@ swagger_parser_version = 2.0.30
...
@@ -3,4 +3,4 @@ swagger_parser_version = 2.0.30
junit_jupiter_version
=
5.7.0
junit_jupiter_version
=
5.7.0
json_path_version
=
2.6.0
json_path_version
=
2.6.0
jastaddgradle_version
=
1.13.3
jastaddgradle_version
=
1.13.3
grammar2uml_version
=
0.2.1
grammar2uml_version
=
0.2.2-13
\ No newline at end of file
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