Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6 from tronprotocol/develop
Browse files Browse the repository at this point in the history
Updata master to v0.1.1
  • Loading branch information
Starsakary authored Dec 28, 2020
2 parents db9d166 + dd2bfb9 commit af26b68
Show file tree
Hide file tree
Showing 12 changed files with 1,035 additions and 75 deletions.
2 changes: 1 addition & 1 deletion abi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bintray {
pkg {
repo = 'tronj'
name = 'abi'
userOrg = 'tronj'
// userOrg = 'tronj'
// configurations = ['archives']
desc = description
websiteUrl = 'https://github.com/tronprotocol/tronj'
Expand Down
9 changes: 8 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id 'java-library'
id 'com.jfrog.bintray' apply false
id 'signing'
}

ext {
Expand All @@ -9,7 +10,7 @@ ext {
}

allprojects {
version '0.1.0'
version '0.1.1'
group = 'org.tron.tronj'

repositories {
Expand All @@ -22,6 +23,7 @@ subprojects {
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'maven-publish'
apply plugin: 'signing'

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down Expand Up @@ -53,5 +55,10 @@ subprojects {
archives jar
archives sourcesJar
}

// signing {
// useGpgCmd()
// sign configurations.archives
// }
}

2 changes: 1 addition & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ bintray {
pkg {
repo = 'tronj'
name = 'client'
userOrg = 'tronj'
// userOrg = 'tronj'
// configurations = ['archives']
desc = description
websiteUrl = 'https://github.com/tronprotocol/tronj'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.tron.tronj.client.Transaction;
package org.tron.tronj.client.transaction;

/**
* The {@code TransactionBuilder} class provides mutator methods
Expand Down
Loading

0 comments on commit af26b68

Please sign in to comment.