Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
synergy-api-util
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Raimbek Egemberdiev
synergy-api-util
Commits
f2e65a2e
Commit
f2e65a2e
authored
Nov 23, 2016
by
Raimbek Egemberdiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
публикация в артифактори
parent
22cc11cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
build.gradle
build.gradle
+37
-0
No files found.
build.gradle
View file @
f2e65a2e
...
...
@@ -2,6 +2,8 @@ group 'kz.arta.synergy.api'
version
'1.0'
apply
plugin:
'java'
apply
plugin:
'artifactory-publish'
apply
plugin:
'maven-publish'
sourceCompatibility
=
1.7
...
...
@@ -9,6 +11,16 @@ repositories {
mavenCentral
()
}
buildscript
{
repositories
{
mavenCentral
()
jcenter
()
}
dependencies
{
classpath
(
group:
'org.jfrog.buildinfo'
,
name:
'build-info-extractor-gradle'
,
version:
'2.2.4'
)
}
}
def
jacksonVersion
=
'1.9.2'
dependencies
{
testCompile
group:
'org.testng'
,
name:
'testng'
,
version:
'6.8'
...
...
@@ -18,3 +30,28 @@ dependencies {
compile
(
group:
'org.codehaus.jackson'
,
name:
'jackson-mapper-asl'
,
version:
jacksonVersion
,
transitive:
false
)
compile
group:
'com.fasterxml.jackson.core'
,
name:
'jackson-databind'
,
version:
'2.8.4'
}
artifactory
{
contextUrl
=
'http://192.168.1.30:8081/artifactory'
publish
{
repository
{
repoKey
=
'synergy-libs'
username
=
'deployer'
password
=
'deployer'
}
defaults
{
publishArtifacts
=
true
publications
(
'mavenJava'
)
}
}
}
publishing
{
publications
{
mavenJava
(
MavenPublication
)
{
groupId
'kz.arta.synergy'
artifactId
'synergy-api-util'
artifact
jar
}
}
}
\ No newline at end of file
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