Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
b2program
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
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
b2program
Commits
7b33f822
Commit
7b33f822
authored
4 months ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Replace uses of deprecated Gradle baseName property
parent
e2d704c8
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
btypes_big_integer/build.gradle
+1
-1
1 addition, 1 deletion
btypes_big_integer/build.gradle
btypes_primitives/build.gradle
+1
-1
1 addition, 1 deletion
btypes_primitives/build.gradle
build.gradle
+1
-1
1 addition, 1 deletion
build.gradle
with
3 additions
and
3 deletions
btypes_big_integer/build.gradle
+
1
−
1
View file @
7b33f822
...
@@ -18,7 +18,7 @@ dependencies {
...
@@ -18,7 +18,7 @@ dependencies {
}
}
task
fatJar
(
type:
Jar
)
{
task
fatJar
(
type:
Jar
)
{
b
aseName
=
project
.
name
+
'-all'
archivesB
aseName
=
project
.
name
+
'-all'
from
{
configurations
.
runtimeClasspath
.
collect
{
it
.
isDirectory
()
?
it
:
zipTree
(
it
)
}
}
from
{
configurations
.
runtimeClasspath
.
collect
{
it
.
isDirectory
()
?
it
:
zipTree
(
it
)
}
}
{
{
exclude
"META-INF/*.SF"
exclude
"META-INF/*.SF"
...
...
This diff is collapsed.
Click to expand it.
btypes_primitives/build.gradle
+
1
−
1
View file @
7b33f822
...
@@ -18,7 +18,7 @@ dependencies {
...
@@ -18,7 +18,7 @@ dependencies {
}
}
task
fatJar
(
type:
Jar
)
{
task
fatJar
(
type:
Jar
)
{
b
aseName
=
project
.
name
+
'-all'
archivesB
aseName
=
project
.
name
+
'-all'
from
{
configurations
.
runtimeClasspath
.
collect
{
it
.
isDirectory
()
?
it
:
zipTree
(
it
)
}
}
from
{
configurations
.
runtimeClasspath
.
collect
{
it
.
isDirectory
()
?
it
:
zipTree
(
it
)
}
}
{
{
exclude
"META-INF/*.SF"
exclude
"META-INF/*.SF"
...
...
This diff is collapsed.
Click to expand it.
build.gradle
+
1
−
1
View file @
7b33f822
...
@@ -52,7 +52,7 @@ jar {
...
@@ -52,7 +52,7 @@ jar {
}
}
task
fatJar
(
type:
Jar
)
{
task
fatJar
(
type:
Jar
)
{
b
aseName
=
project
.
name
+
'-all'
archivesB
aseName
=
project
.
name
+
'-all'
manifest
{
manifest
{
attributes
(
attributes
(
'Main-Class'
:
'de.hhu.stups.codegenerator.CodeGenerator'
'Main-Class'
:
'de.hhu.stups.codegenerator.CodeGenerator'
...
...
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