Skip to content

Commit 9eef69d

Browse files
Robert HeniganHenigan
andauthored
Remove Bintray gradle files, add maven changes (#1663)
Co-authored-by: Henigan <rheniga1@MGC12Z921DLVCG.fbpld77.ford.com>
1 parent cd1c5f0 commit 9eef69d

12 files changed

Lines changed: 101 additions & 293 deletions

File tree

android/sdl_android/bintray.gradle

Lines changed: 0 additions & 73 deletions
This file was deleted.

android/sdl_android/bintray.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.

android/sdl_android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ buildscript {
6363
mavenCentral()
6464
}
6565
dependencies {
66-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
6766
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
67+
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.13.0'
6868
}
6969
}
7070

71-
apply from: 'bintray.gradle'
71+
apply plugin: "com.vanniktech.maven.publish"
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
GROUP=com.smartdevicelink
2+
POM_ARTIFACT_ID=sdl_android
3+
VERSION_NAME=5.1.0
4+
5+
POM_NAME=sdl_android
6+
POM_PACKAGING=aar
7+
8+
POM_DESCRIPTION=The app library component of SDL is meant to run on the end user’s smart-device from within SDL enabled apps, as an embedded app, or connected to the cloud. App libraries allow the apps to connect to SDL enabled head-units and hardware through bluetooth, USB, and TCP for Android, and cloud and embedded apps can connect through web sockets, Java Beans, and other custom transports. Once the library establishes a connection between the smart device and head-unit through the preferred method of transport, the two components are able to communicate using the SDL defined protocol. The app integrating this library project is then able to expose its functionality to the head-unit through text, media, and other interactive elements.
9+
POM_INCEPTION_YEAR=2014
10+
11+
POM_URL=https://github.com/smartdevicelink/sdl_java_suite
12+
POM_SCM_URL=https://github.com/smartdevicelink/sdl_java_suite
13+
POM_SCM_CONNECTION=scm:git@github.com:smartdevicelink/sdl_java_suite.git
14+
POM_SCM_DEV_CONNECTION=scm:git@github.com:smartdevicelink/sdl_java_suite.git
15+
16+
POM_LICENCE_NAME=BSD 3-Clause
17+
POM_LICENCE_URL=https://opensource.org/licenses/BSD-3-Clause
18+
POM_LICENCE_DIST=repo
19+
20+
RELEASE_REPOSITORY_URL=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
21+
SNAPSHOT_REPOSITORY_URL=https://s01.oss.sonatype.org/content/repositories/snapshots/
22+
23+
POM_DEVELOPER_ID=
24+
POM_DEVELOPER_NAME=
25+
POM_DEVELOPER_URL=
26+
27+
signing.keyId=
28+
signing.password=
29+
signing.secretKeyRingFile=
30+
SONATYPE_NEXUS_USERNAME=
31+
SONATYPE_NEXUS_PASSWORD=

javaEE/javaEE/bintray.gradle

Lines changed: 0 additions & 96 deletions
This file was deleted.

javaEE/javaEE/bintray.properties

Lines changed: 0 additions & 8 deletions
This file was deleted.

javaEE/javaEE/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ sourceCompatibility = 1.7
88
buildscript {
99
repositories {
1010
jcenter()
11+
mavenCentral()
1112
}
1213
dependencies {
13-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
14+
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.13.0'
1415
}
1516
}
1617

@@ -78,4 +79,4 @@ public final class BuildConfig {
7879
}
7980
}
8081

81-
apply from: 'bintray.gradle'
82+
apply plugin: "com.vanniktech.maven.publish"

javaEE/javaEE/gradle.properties

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
GROUP=com.smartdevicelink
2+
POM_ARTIFACT_ID=sdl_java_ee
3+
VERSION_NAME=5.1.0
4+
5+
POM_NAME=sdl_java_ee
6+
POM_PACKAGING=jar
7+
8+
POM_DESCRIPTION=The app library component of SDL is meant to run on the end user’s smart-device from within SDL enabled apps, as an embedded app, or connected to the cloud. App libraries allow the apps to connect to SDL enabled head-units and hardware through bluetooth, USB, and TCP for Android, and cloud and embedded apps can connect through web sockets, Java Beans, and other custom transports. Once the library establishes a connection between the smart device and head-unit through the preferred method of transport, the two components are able to communicate using the SDL defined protocol. The app integrating this library project is then able to expose its functionality to the head-unit through text, media, and other interactive elements.
9+
POM_INCEPTION_YEAR=2014
10+
11+
POM_URL=https://github.com/smartdevicelink/sdl_java_suite
12+
POM_SCM_URL=https://github.com/smartdevicelink/sdl_java_suite
13+
POM_SCM_CONNECTION=scm:git@github.com:smartdevicelink/sdl_java_suite.git
14+
POM_SCM_DEV_CONNECTION=scm:git@github.com:smartdevicelink/sdl_java_suite.git
15+
16+
POM_LICENCE_NAME=BSD 3-Clause
17+
POM_LICENCE_URL=https://opensource.org/licenses/BSD-3-Clause
18+
POM_LICENCE_DIST=repo
19+
20+
RELEASE_REPOSITORY_URL=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
21+
SNAPSHOT_REPOSITORY_URL=https://s01.oss.sonatype.org/content/repositories/snapshots/
22+
23+
POM_DEVELOPER_ID=
24+
POM_DEVELOPER_NAME=
25+
POM_DEVELOPER_URL=
26+
27+
signing.keyId=
28+
signing.password=
29+
signing.secretKeyRingFile=
30+
SONATYPE_NEXUS_USERNAME=
31+
SONATYPE_NEXUS_PASSWORD=

javaSE/javaSE/bintray.gradle

Lines changed: 0 additions & 96 deletions
This file was deleted.

javaSE/javaSE/bintray.properties

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)