Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Relational RAGs Project
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
Project Templates
Relational RAGs Project
Commits
462685b4
Commit
462685b4
authored
3 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
fix gradle build file and grammar location
parent
b5bd462a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
{{cookiecutter.repo_name}}/build.gradle
+4
-4
4 additions, 4 deletions
{{cookiecutter.repo_name}}/build.gradle
with
4 additions
and
4 deletions
{{cookiecutter.repo_name}}/build.gradle
+
4
−
4
View file @
462685b4
...
...
@@ -79,14 +79,14 @@ jar {
}
from
{
configurations
.
runtimeClasspath
.
collect
{
return
(
it
.
isDirectory
()
?
it
:
zipTree
(
it
))
:
null
}
configurations
.
runtimeClasspath
.
collect
{
return
(
it
.
isDirectory
()
?
it
:
zipTree
(
it
))
}
}
}
def
relastJar
=
'libs/relast.jar'
def
relastFiles
=
[
'./src/main/jastadd/
common/MotionGrammar.relast'
,
'./src/main/jastadd/World.relast'
,
'./src/main/jastadd/LoadUnload
.relast'
]
def
grammarPrefix
=
'./src/gen/jastadd/
MotionGrammar
'
def
grammarDiagramFile
=
'./src/gen/resources/
diagrams/g
rammar
/uml
.png'
def
relastFiles
=
[
'./src/main/jastadd/
{{cookiecutter.project_short_name}}
.relast'
]
def
grammarPrefix
=
'./src/gen/jastadd/
{{cookiecutter.project_short_name}}
'
def
grammarDiagramFile
=
'./src/gen/resources/
{{cookiecutter.project_short_name}}G
rammar.png'
def
jastAddListName
=
'JastAddList'
task
generateGrammarDiagrams
(
type:
JavaExec
)
{
...
...
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