Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SWE_de.bsvrz.sys.funclib.bitctrl.dua
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ERZ
SWE_de.bsvrz.sys.funclib.bitctrl.dua
Commits
052def75
Commit
052def75
authored
Nov 13, 2017
by
Uwe Peuker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Das NERZ-SWE-Plugin wird jetzt über den Gradle-Plugin-Server eingebunden
parent
5e6dd025
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
15 deletions
+20
-15
build.gradle
build.gradle
+20
-15
No files found.
build.gradle
View file @
052def75
apply
plugin:
'de.bsvrz.gradle.nerzswe'
/*
/*
*********************************************************************************
Repositories aus denen das Nerz-SWE-Plugin geladen werden kann.
Der Abschnitt kann entfallen, wenn das Plugin auf dem Gradle-Plugin-Server
publiziert wird.
*/
buildscript
{
repositories
{
mavenLocal
()
}
dependencies
{
classpath
'de.bsvrz.gradle:de.bsvrz.gradle.nerzswe:0.1.0'
}
Der Abschnitt kann entfallen, da das Plugin auf dem Gradle-Plugin-Server
publiziert wurde.
Für den lokalen Test der NERZ-SWE-Plugin-Entwicklung ist potentiell der
Zugriff auf das lokale MAVEN-Repository erforderlich.
**********************************************************************************/
// apply plugin: 'de.bsvrz.gradle.nerzswe'
// buildscript {
// repositories {
// mavenLocal()
// }
// dependencies {
// classpath 'de.bsvrz.gradle.nerzswe:0.1.0'
// }
// }
plugins
{
id
"de.bsvrz.gradle.nerzswe"
version
"0.1.0"
}
description
=
"DUA BitCtrl Funktionsbibliothek"
version
=
'1.9.1-SNAPSHOT'
...
...
@@ -25,10 +32,8 @@ version = '1.9.1-SNAPSHOT'
repositories
{
maven
{
url
"http://dl.bintray.com/bitctrl/maven"
}
mavenCentral
()
mavenLocal
()
}
/*
Abhängigkeiten der SWE.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment