Skip to content

Commit

Permalink
build: Update build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jul 28, 2022
1 parent aa8b461 commit c191933
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0.2-SNAPSHOT
2 changes: 1 addition & 1 deletion docs/guide/guide.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
plugins {
id 'org.kordamp.gradle.guide'
id 'org.ajoberstar.git-publish'
// id 'org.ajoberstar.git-publish'
}

configurations {
Expand Down
34 changes: 17 additions & 17 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
# limitations under the License.
#

group = org.kordamp.json
version = 3.0.2-SNAPSHOT
sourceCompatibility = 1.8
targetCompatibility = 1.8
group = org.kordamp.json
sourceCompatibility = 1.8
targetCompatibility = 1.8

previousVersion = 3.0.1
commonsLangVersion = 3.9
commonsBeanutilsVersion = 1.9.3
ezmorphVersion = 3.0.0
jacocoVersion = 0.8.6
junitVersion = 4.13
slf4jVersion = 1.7.30
kordampPluginVersion = 0.41.0
kordampBuildVersion = 2.0.0
gitPluginVersion = 3.0.0
previousVersion = 3.0.1
commonsLangVersion = 3.9
commonsBeanutilsVersion = 1.9.3
commonsCollections4Version = 4.4
ezmorphVersion = 3.0.0
jacocoVersion = 0.8.6
junitVersion = 4.13.2
slf4jVersion = 1.7.32
kordampPluginVersion = 0.46.0
kordampBuildVersion = 2.5.0
gitPluginVersion = 3.0.0

org.gradle.daemon = true
org.gradle.caching = true
org.gradle.parallel = false
org.gradle.daemon = true
org.gradle.caching = true
org.gradle.parallel = false
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion subprojects/json-lib-core/json-lib-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ config {
dependencies {
api("junit:junit:$junitVersion")
api("commons-beanutils:commons-beanutils:$commonsBeanutilsVersion")
api('org.apache.commons:commons-collections4:4.4')
api("org.apache.commons:commons-collections4:$commonsCollections4Version")
api("org.apache.commons:commons-lang3:$commonsLangVersion")

api("org.slf4j:slf4j-api:$slf4jVersion")
Expand Down

0 comments on commit c191933

Please sign in to comment.