This commit is contained in:
Erik C. Thauvin 2019-04-15 23:38:28 -07:00
parent 28ca769c54
commit a6b9eeea1d
11 changed files with 53 additions and 20 deletions

View file

@ -1,8 +1,8 @@
#Generated by the Semver Plugin for Gradle
#Fri Apr 05 22:56:10 PDT 2019
#Mon Apr 15 12:20:10 PDT 2019
version.buildmeta=
version.major=2
version.minor=4
version.minor=7
version.patch=0
version.prerelease=
version.project=Java Example

View file

@ -1,9 +1,9 @@
plugins {
kotlin("jvm").version("1.3.21")
kotlin("jvm") version "1.3.30"
application
id("org.jetbrains.kotlin.kapt").version("1.3.21")
id("net.thauvin.erik.gradle.semver").version("0.9.9-beta")
id("com.github.ben-manes.versions").version("0.21.0")
id("org.jetbrains.kotlin.kapt") version "1.3.30"
id("net.thauvin.erik.gradle.semver") version "0.9.9-beta"
id("com.github.ben-manes.versions") version "0.21.0"
}
// ./gradlew
@ -42,7 +42,7 @@ tasks {
}
}
semver {
semver {
// properties = "example.properties"
// keysPrefix = "example."
// preReleaseKey = "release"

View file

@ -1,8 +1,8 @@
#Generated by the Semver Plugin for Gradle
#Fri Apr 05 22:56:48 PDT 2019
#Mon Apr 15 13:44:40 PDT 2019
version.buildmeta=
version.major=11
version.minor=7
version.minor=10
version.patch=0
version.prerelease=
version.project=Kotlin Example

View file

@ -1,6 +1,6 @@
#Generated by the Semver Plugin for Gradle
#Fri Apr 05 22:54:31 PDT 2019
version.buildmeta=20190405225431
#Mon Apr 15 19:06:46 PDT 2019
version.buildmeta=20190415190646
version.major=1
version.minor=1
version.patch=8

View file

@ -4,10 +4,10 @@ import java.time.LocalDateTime
import java.time.format.DateTimeFormatter
plugins {
kotlin("jvm").version("1.3.21")
kotlin("jvm") version "1.3.30"
application
id("net.thauvin.erik.gradle.semver").version("0.9.9-beta")
id("com.github.ben-manes.versions").version("0.21.0")
id("net.thauvin.erik.gradle.semver") version "0.9.9-beta"
id("com.github.ben-manes.versions") version "0.21.0"
}
// ./gradlew

View file

@ -1,6 +1,6 @@
#Generated by the Semver Plugin for Gradle
#Fri Apr 05 22:55:25 PDT 2019
version.buildmeta=20190405225525
#Mon Apr 15 12:45:13 PDT 2019
version.buildmeta=20190415124513
version.major=1
version.minor=2
version.patch=4

Binary file not shown.

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

18
examples/test/gradlew vendored
View file

@ -1,5 +1,21 @@
#!/usr/bin/env sh
#
# Copyright 2015 the original author or authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
##############################################################################
##
## Gradle start up script for UN*X
@ -28,7 +44,7 @@ APP_NAME="Gradle"
APP_BASE_NAME=`basename "$0"`
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS=""
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"

View file

@ -1,3 +1,19 @@
@rem
@rem Copyright 2015 the original author or authors.
@rem
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS,
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@ -14,7 +30,7 @@ set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS=
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
@rem Find java.exe
if defined JAVA_HOME goto findJavaFromJavaHome