Skip to content
This repository was archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Update gradle config
Browse files Browse the repository at this point in the history
  • Loading branch information
ikikko committed May 28, 2016
1 parent 65b5cc6 commit 1fcb3d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
22 changes: 3 additions & 19 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,25 +1,12 @@
buildscript {
repositories {
// The plugin is currently only available via the Jenkins
// Maven repository, but has dependencies in Maven Central.
mavenCentral()
maven {
url 'http://repo.jenkins-ci.org/releases/'
}
}
dependencies {
classpath 'org.jenkins-ci.tools:gradle-jpi-plugin:0.7.2'
}
plugins {
id 'org.jenkins-ci.jpi' version '0.18.1'
}

apply plugin: 'org.jenkins-ci.jpi'
apply plugin: 'eclipse'
apply plugin: 'idea'

group = 'org.jenkins-ci.plugins'
version = '1.1.1-SNAPSHOT'
description = 'Typetalk Plugin'
archivesBaseName = 'typetalk'

dependencies {
compile 'com.google.http-client:google-http-client-jackson:1.17.0-rc',
Expand All @@ -33,6 +20,7 @@ dependencies {

jenkinsPlugin {
coreVersion = '1.509'
shortName = 'typetalk'
displayName = 'Typetalk Plugin'
url = 'https://wiki.jenkins-ci.org/display/JENKINS/Typetalk+Plugin'
gitHubUrl = 'https://github.com/jenkinsci/typetalk-plugin'
Expand All @@ -49,7 +37,3 @@ jenkinsPlugin {
}
}
}

task wrapper(type: Wrapper) {
gradleVersion = '1.12'
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Dec 28 22:38:17 JST 2014
#Sun May 15 00:42:41 JST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-1.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-all.zip

0 comments on commit 1fcb3d8

Please sign in to comment.