Skip to content
Snippets Groups Projects
Commit f71efb8f authored by Jueun Park's avatar Jueun Park
Browse files

edited .gitlab-ci.yml, build.gradle and settings.gradle

parent c83243fc
No related branches found
No related tags found
1 merge request!2Resolve "Create maven package"
Pipeline #13125 failed
...@@ -88,3 +88,5 @@ publish_package: ...@@ -88,3 +88,5 @@ publish_package:
- test - test
script: script:
- "./gradlew publish" - "./gradlew publish"
artifacts:
- build/libs/rago-0.1.0.jar
\ No newline at end of file
...@@ -7,7 +7,7 @@ apply plugin: 'application' ...@@ -7,7 +7,7 @@ apply plugin: 'application'
apply plugin: 'idea' apply plugin: 'idea'
apply plugin: 'maven-publish' apply plugin: 'maven-publish'
mainClassName = 'de.tudresden.inf.st.openapi' mainClassName = 'de.tudresden.inf.st.rago'
sourceCompatibility = 1.8 sourceCompatibility = 1.8
......
rootProject.name = 'jastadd-rago' rootProject.name = 'rago'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment