Commit Graph

18 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
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
08a139f0a4 added gradle build instructions 2022-09-26 16:32:29 +02:00
27dbe07bd2 Initial commit 2022-09-26 16:00:41 +02:00