Gold856
3bf67edc34
[build] Refactor zip base name generation for consistency ( #8831 )
...
Right now, the `zipBaseName` variable in various publish.gradle files
contains the group ID and artifact ID for use by the combiner, however,
they are also duplicated in `artifactGroupId` and `baseArtifactId`,
leading to potential mistakes if they aren't updated together. This
fixes that by adding a new utility function `makeZipBaseName` to
automatically create the right name given a group ID and artifact ID.
This also fixes publishing for thirdparty subprojects, which didn't
update `zipBaseName`.
2026-04-27 11:46:11 -07:00
PJ Reiniger
013a238994
HAND FIXES: Update maven info
2025-11-07 23:09:21 -08:00
Tyler Veness
0a0adebd89
[build] Upgrade to Gradle 8.14.3 ( #8164 )
...
This fixes local builds with JDK 24.
I fixed deprecation warnings from `./gradlew wrapper --warning-mode all`
as well.
2025-08-08 09:08:34 -06:00
Thad House
04dcd80adb
[build] Publish unit tests for examples ( #5838 )
2023-10-27 16:57:38 -07:00
Thad House
708009cd20
Update to gradle 6.0 ( #2074 )
2019-11-12 17:14:04 -08:00
Thad House
b2861f8948
Use 2020 artifacts and artifactory server ( #1838 )
...
Uses 2020 artifacts and artifactory server, and new versioning and repository plugins.
2019-08-22 21:48:43 -07:00
Thad House
d5d744a390
Fix publishing of templates on jenkins ( #1343 )
2018-09-26 21:10:26 -07:00
Thad House
064989f2e4
Fix projects having different version numbers ( #1113 )
2018-06-17 19:59:49 -07:00
Thad House
938d5379e6
Adds command examples to built examples ( #1062 )
2018-05-15 23:56:03 -07:00
Thad House
dab6f40b46
Moves examples.xml to json, and adds template json ( #1026 )
2018-05-04 16:51:37 -07:00
Thad House
7f88cf768d
New 2018 and later build setup ( #1001 )
2018-04-29 13:29:07 -07:00
Thad House
b9aabc71b0
Fixes publishing basenames for examples to make combiner script work. ( #712 )
2017-11-07 14:54:17 -08:00
Thad House
c24e755409
Fixes java example publishing and xml file ( #706 )
2017-11-04 10:09:41 -07:00
Thad House
1e528669ff
Adds publishing for examples and templates so they can be grabbed from eclipse ( #674 )
2017-10-21 15:33:42 -07:00