Skip to content
Snippets Groups Projects

Resolve "Add relast2uml to statemachine"

Merged René Schöne requested to merge 1-add-relast2uml-to-statemachine into master
1 unresolved thread
8 files
+ 22
27
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 4
3
@@ -10,9 +10,6 @@ allprojects {
subprojects {
apply plugin: 'java'
sourceCompatibility = 1.8
targetCompatibility = 1.8
task packageSources(type: Jar) {
classifier = 'sources'
from sourceSets.main.allSource
@@ -34,6 +31,10 @@ subprojects {
repositories {
mavenCentral()
maven {
name "gitlab-maven"
url "https://git-st.inf.tu-dresden.de/api/v4/groups/jastadd/-/packages/maven"
}
}
dependencies {
Loading