Commit Graph

69 Commits

Author SHA1 Message Date
e98da8d79b do not set kotlin.jvmToolchain.languageVersion 2025-08-29 12:26:50 +02:00
a7e10f3bb8 set language version without read 2025-08-29 12:24:05 +02:00
d100547101 dont use ext when accessing variables 2025-08-29 12:21:39 +02:00
4a209cdac2 convert BuildscriptKotlinDefaults to no actually use any buildscript features due to access to ext vars being problematic 2025-08-29 12:18:38 +02:00
256a7f9f7e use ext.var to access variables 2025-08-29 12:12:29 +02:00
9f47a13d17 disabled default changes to build without explicitly calling a function due to compatibility problems 2025-08-29 12:10:37 +02:00
93e44c752f update kotlin from 2.1.20 to 2.1.21 2025-06-03 16:47:22 +02:00
d25a695ea0 BuildscriptKotlinDefaults: ensure configureDefaultsIdeaKotlinJava is applied to target project, workarounds for some edge cases with setting jvm versions 2025-05-22 14:42:42 +02:00
1f48d41a3d add default buildscript template for kotlin projects to simplify project setup 2025-05-20 12:10:26 +02:00
5dbe1ed718 correct description for setting up gitea maven repository in gradle 2025-05-20 10:42:19 +02:00
1dd75c0de5 avoid deprecated space assignment syntax 2025-02-26 14:29:47 +01:00
f3dbaefdb0 gradle: add example configuration for gitea maven publishing 2023-05-16 14:58:14 +02:00
fdda1c2975 „drone/ContainerImageDocker.yml“ ändern
Baue Docker Container für mehrere Architekturen, falls DOCKER_MULTI_ARCH wahr ist.
2022-12-23 13:51:29 +00:00
b453904a4d gitea/DroneHelm: support commands anchor, support publishing chart yaml version, support lint+publish in a single step, unified helm repo auth 2022-12-06 16:17:42 +01:00
9f151bb1cf Merge branch 'master' of gitea.dhswt.de:dhswt/build-scripts 2022-12-06 16:06:09 +01:00
81dd41546d drone/ContainerImageDocker: replaced fixed wait time with ready-check loop 2022-12-06 16:04:24 +01:00
444f906cbe „drone/HelmChart.yml“ ändern
Allow to tag based on chart version
2022-10-29 11:09:00 +00:00
f8c0a0c447 „drone/ContainerImageDocker.yml“ ändern
Add Docker Buildkit
2022-10-27 20:48:47 +00:00
53208cab17 gradle/GitlabMavenRepo.gradle: fix gitlab private token NPE 2022-10-27 15:45:05 +02:00
e084771423 gradle/GitlabMavenRepo.gradle: support private token in env GITLAB_PRIVATE_TOKEN 2022-10-27 15:41:06 +02:00
afc8f0be4f gradle/giteaMavenRepo.gradle correct token function argument, also check env var GITEA_BUILD_TOKEN 2022-10-27 11:20:55 +02:00
852c14235d added gradle/giteaMavenRepo.gradle for authenticating and adding gitea as repository for dependencies and publishing 2022-10-27 11:11:42 +02:00
6725a04d31 drone/ContainerImageKaniko: update registry for custom kaniko image to new organization 2022-10-25 13:06:17 +02:00
731d26ca9f drone/ContainerImageKaniko: use gitea hosted custom container with bash and jq 2022-10-25 05:13:38 +02:00
b698c6e184 drone/ContainerImageKaniko: rename layer flatten flag to SQUASH_LAYERS to match docker variant of build 2022-10-25 05:08:22 +02:00
d7e6341a0f drone/ContainerImageDocker: added docker:dind version of container build script 2022-10-25 05:07:40 +02:00
e0b27d2aab drone/ContainerImageKaniko: fixed support for registry auth, added DEBUG_STEP variable 2022-10-24 21:32:58 +02:00
82b898a53c drone/ContainerImageKaniko: support building multiple registries 2022-10-24 19:16:52 +02:00
7ee78ada2f drone/ContainerImageKaniko: support building multiple registries 2022-10-24 19:01:15 +02:00
42b475f29b drone/ContainerImageKaniko: support building multiple registries 2022-10-24 18:57:12 +02:00
8686dacc0f drone/ContainerImageKaniko: support building multiple registries 2022-10-24 18:55:40 +02:00
45a2543b0c drone/ContainerImageKaniko: support building multiple registries 2022-10-24 18:48:59 +02:00
6352e279b8 drone/ContainerImageKaniko: support building multiple registries 2022-10-24 18:38:42 +02:00
7209c224a4 drone/ContainerImageKaniko: support building multiple registries 2022-10-24 18:36:52 +02:00
08f7978f74 drone/ContainerImageKaniko: support building multiple registries 2022-10-24 18:15:54 +02:00
53e5454edf drone/GiteaComposerPackage: fix path issues when composer package dir != project dir, merge commands and add anchor to allow reuse 2022-10-23 21:54:46 +02:00
6a8481b66c drone/ContainerImageKaniko: merged commands into single multiline string and added sub-anchor to allow running commands before/after 2022-10-22 11:28:04 +02:00
aa9d649286 drone/GiteaComposerPackage: disable branch/commit versions until gitea accepts dev-<branch> versions 2022-10-21 04:12:19 +02:00
6898816568 drone/GiteaComposerPackage: fixed composer branches having -dev suffix instead of prefix 2022-10-21 04:09:25 +02:00
988e1aa1c2 drone/GiteaComposerPackage: fixed bash syntax 2022-10-21 03:45:31 +02:00
a5ada945ce drone/GiteaComposerPackage: hardcode zip exclude .git dirs 2022-10-21 03:42:00 +02:00
ebf0002750 drone/GiteaComposerPackage: fix zip argument order 2022-10-21 03:36:56 +02:00
89180087d6 drone/GiteaComposerPackage: added option to exclude .git dir (enabled by default) from composer package 2022-10-21 03:21:06 +02:00
55a08013f4 drone/GiteaComposerPackage: ensure zip path does not include the path to the composer repository 2022-10-21 03:10:06 +02:00
fe2ea92a41 drone/GiteaComposerPackage: ensure zip path does not include the path to the composer repository 2022-10-21 03:06:45 +02:00
bd1ae70518 drone/ContainerImageKaniko: fix sh variable default not working correctly 2022-10-21 02:06:51 +02:00
1749b84be3 drone/ContainerImageKaniko: added missing TAG_PREFIX to semver tagging 2022-10-21 01:59:19 +02:00
5769dfc4aa drone/ContainerImageKaniko: added semver tagging 2022-10-21 01:53:59 +02:00
1f02cc85db drone/HelmChart: fix duplicate hyphen in commit prefix 2022-10-21 00:43:06 +02:00
7028d08307 added drone/HelmChart templates 2022-10-21 00:41:32 +02:00