Skip to content

Commit c5a800f

Browse files
committed
[Gradle Release Plugin] - pre tag commit: 'v2.0.2'.
2 parents 188b420 + 406f92d commit c5a800f

File tree

18 files changed

+8810
-11722
lines changed

18 files changed

+8810
-11722
lines changed

.github/workflows/check-dependency-versions.main.kts

+1-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ workflowWithCopyright(
3434
Cron(
3535
minute = "0",
3636
hour = "0",
37-
// work-around for https://github.com/krzema12/github-workflows-kt/issues/642
38-
// use FRI after the issue is fixed
39-
dayWeek = "5"
37+
dayWeek = "FRI"
4038
)
4139
)
4240
)

.github/workflows/check-dependency-versions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
name: Check Dependency Versions
2020
on:
2121
schedule:
22-
- cron: 0 0 * * 5
22+
- cron: 0 0 * * FRI
2323
jobs:
2424
check_yaml_consistency:
2525
name: Check YAML consistency

.github/workflows/test.main.kts

-21
Original file line numberDiff line numberDiff line change
@@ -1070,24 +1070,3 @@ val Step.successNotOnUbuntu2204Condition
10701070
""".trimIndent()
10711071

10721072
val Step.outcome get() = "steps.$id.outcome"
1073-
1074-
// work-around for https://github.com/krzema12/github-workflows-kt/issues/640
1075-
fun SetupWslV1.copy(
1076-
distribution: Distribution? = null,
1077-
useCache: Boolean? = null,
1078-
wslConf: String? = null,
1079-
setAsDefault: Boolean? = null,
1080-
update: Boolean? = null,
1081-
additionalPackages: List<String>? = null,
1082-
wslShellUser: String? = null,
1083-
wslShellCommand: String? = null
1084-
) = SetupWslV1(
1085-
distribution = distribution ?: this.distribution,
1086-
useCache = useCache ?: this.useCache,
1087-
wslConf = wslConf ?: this.wslConf,
1088-
setAsDefault = setAsDefault ?: this.setAsDefault,
1089-
update = update ?: this.update,
1090-
additionalPackages = additionalPackages ?: this.additionalPackages,
1091-
wslShellUser = wslShellUser ?: this.wslShellUser,
1092-
wslShellCommand = wslShellCommand ?: this.wslShellCommand
1093-
)

.github/workflows/workflow-with-copyright.main.kts

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.37.0")
17+
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.40.0")
1818

1919
import it.krzeminski.githubactions.domain.Concurrency
2020
import it.krzeminski.githubactions.domain.triggers.Trigger
@@ -23,7 +23,6 @@ import it.krzeminski.githubactions.dsl.workflow
2323
import it.krzeminski.githubactions.yaml.Preamble.WithOriginalAfter
2424
import it.krzeminski.githubactions.yaml.writeToFile
2525
import java.io.File
26-
import kotlin.io.path.invariantSeparatorsPathString
2726

2827
fun workflowWithCopyright(
2928
name: String,

build/distributions/LICENSES

-155
Original file line numberDiff line numberDiff line change
@@ -824,95 +824,6 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
824824
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
825825

826826

827-
psl
828-
MIT
829-
The MIT License (MIT)
830-
831-
Copyright (c) 2017 Lupo Montero [email protected]
832-
833-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
834-
835-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
836-
837-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
838-
839-
840-
punycode
841-
MIT
842-
Copyright Mathias Bynens <https://mathiasbynens.be/>
843-
844-
Permission is hereby granted, free of charge, to any person obtaining
845-
a copy of this software and associated documentation files (the
846-
"Software"), to deal in the Software without restriction, including
847-
without limitation the rights to use, copy, modify, merge, publish,
848-
distribute, sublicense, and/or sell copies of the Software, and to
849-
permit persons to whom the Software is furnished to do so, subject to
850-
the following conditions:
851-
852-
The above copyright notice and this permission notice shall be
853-
included in all copies or substantial portions of the Software.
854-
855-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
856-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
857-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
858-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
859-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
860-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
861-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
862-
863-
864-
querystringify
865-
MIT
866-
The MIT License (MIT)
867-
868-
Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
869-
870-
Permission is hereby granted, free of charge, to any person obtaining a copy
871-
of this software and associated documentation files (the "Software"), to deal
872-
in the Software without restriction, including without limitation the rights
873-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
874-
copies of the Software, and to permit persons to whom the Software is
875-
furnished to do so, subject to the following conditions:
876-
877-
The above copyright notice and this permission notice shall be included in all
878-
copies or substantial portions of the Software.
879-
880-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
881-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
882-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
883-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
884-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
885-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
886-
SOFTWARE.
887-
888-
889-
890-
requires-port
891-
MIT
892-
The MIT License (MIT)
893-
894-
Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
895-
896-
Permission is hereby granted, free of charge, to any person obtaining a copy
897-
of this software and associated documentation files (the "Software"), to deal
898-
in the Software without restriction, including without limitation the rights
899-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
900-
copies of the Software, and to permit persons to whom the Software is
901-
furnished to do so, subject to the following conditions:
902-
903-
The above copyright notice and this permission notice shall be included in all
904-
copies or substantial portions of the Software.
905-
906-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
907-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
908-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
909-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
910-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
911-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
912-
SOFTWARE.
913-
914-
915-
916827
sax
917828
ISC
918829
The ISC License
@@ -979,22 +890,6 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
979890

980891
setup-wsl
981892

982-
tough-cookie
983-
BSD-3-Clause
984-
Copyright (c) 2015, Salesforce.com, Inc.
985-
All rights reserved.
986-
987-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
988-
989-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
990-
991-
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
992-
993-
3. Neither the name of Salesforce.com nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
994-
995-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
996-
997-
998893
tr46
999894
MIT
1000895

@@ -1038,56 +933,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1038933
THE SOFTWARE.
1039934

1040935

1041-
universalify
1042-
MIT
1043-
(The MIT License)
1044-
1045-
Copyright (c) 2017, Ryan Zimmerman <[email protected]>
1046-
1047-
Permission is hereby granted, free of charge, to any person obtaining a copy of
1048-
this software and associated documentation files (the 'Software'), to deal in
1049-
the Software without restriction, including without limitation the rights to
1050-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1051-
the Software, and to permit persons to whom the Software is furnished to do so,
1052-
subject to the following conditions:
1053-
1054-
The above copyright notice and this permission notice shall be included in all
1055-
copies or substantial portions of the Software.
1056-
1057-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1058-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1059-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1060-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1061-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1062-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1063-
1064-
1065-
url-parse
1066-
MIT
1067-
The MIT License (MIT)
1068-
1069-
Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
1070-
1071-
Permission is hereby granted, free of charge, to any person obtaining a copy
1072-
of this software and associated documentation files (the "Software"), to deal
1073-
in the Software without restriction, including without limitation the rights
1074-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1075-
copies of the Software, and to permit persons to whom the Software is
1076-
furnished to do so, subject to the following conditions:
1077-
1078-
The above copyright notice and this permission notice shall be included in all
1079-
copies or substantial portions of the Software.
1080-
1081-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1082-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1083-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1084-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1085-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1086-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1087-
SOFTWARE.
1088-
1089-
1090-
1091936
uuid
1092937
MIT
1093938
The MIT License (MIT)

0 commit comments

Comments
 (0)