Commit Graph

31 Commits (master)

Author SHA1 Message Date
Robinson 5ed8a161d6
Fixed local repo delete/flush logic 2023-11-27 17:07:56 +01:00
Robinson 014d0d5997
updated MavenLocal details to be the maven location on disk 2023-11-27 13:55:29 +01:00
Robinson 1b7541a1a9
Always use the staging repo (this is what we want) 2023-09-25 15:15:41 +02:00
Robinson 3937fa5d34
updated support dependencies to latest nexus publish plugin 2023-09-18 03:12:29 +02:00
Robinson 9f8064eff6
Fixed javadoc bug 2023-01-17 01:55:25 +01:00
Robinson d07f34e18e
Fixed issue with how sourceJars are created. 2023-01-17 01:48:50 +01:00
Robinson 3e86ec2392
Moved kotlin-jar workaround to utils project 2023-01-12 11:15:12 +01:00
Robinson ac52e04bd8
Fixed issue with path location (for source file jars) in mixed java/kotlin projects. 2023-01-10 00:40:07 +01:00
Robinson 862d2af42e
Make sure that java sources are included into the sources.jar file 2022-11-14 23:37:08 +01:00
Robinson 5179c61ec6
Fixed comment typo 2022-11-14 23:36:50 +01:00
Robinson 9dd84e1c6c
Added location info when publishing to maven local 2022-11-14 23:36:40 +01:00
Robinson 6ae0d60760
property assignment cleanup 2022-11-14 23:30:22 +01:00
Robinson 0d9d797781
only sign if we have something configured for signing! 2022-11-14 23:30:01 +01:00
Robinson 88d35c4bf0
Code cleanup 2022-11-14 23:28:59 +01:00
Robinson 3c5cc0d3bb
Fixed hasConvention deprecation 2021-12-14 16:41:52 -07:00
Robinson 88834a24f3
Added support for pom info to be included in maven jar artifact. 2021-12-14 16:36:32 -07:00
Robinson 0cb28dae92
Removed dead code, added 'getSonatypeURL' task 2021-12-14 12:59:01 -07:00
Robinson f8591d2f70
Updated to gradle 7.2 + kotlin 1.5 2021-09-14 10:35:53 +02:00
Robinson 7b9bba17f6 pushing to maven will also ALWAYS push to maven local (since sonatype is slow to release) 2021-01-26 23:51:14 +01:00
Robinson a099f66cd4 Publish to sonatype will ALSO publish to maven local at the same time, so we can immediately use the project (sonatype takes a while to synchronize) 2021-01-15 01:13:46 +01:00
nathan f24a0f2776 Fixed error with duplicate java files in source jar 2020-08-23 23:36:11 +02:00
nathan 9f5f77e253 Fixed issue when there is no kotlin in build 2020-08-18 21:24:36 +02:00
nathan 3421ec86de now includes kotlin source files in the sources.jar file 2020-08-17 16:17:03 +02:00
nathan 651edba31e Fixed maven URL typo 2020-08-08 01:00:04 +02:00
nathan 076d0c8ab4 Fixed typos 2020-08-08 00:52:04 +02:00
nathan 6ab00c7a72 More useful task output 2020-08-08 00:10:43 +02:00
nathan 3ad7321f29 Fixed typo 2020-06-19 15:22:43 +02:00
nathan dba0cb40da Added retry + delay settings for publication, added GradleUtils plugin support for configuration 2020-06-08 22:21:09 +02:00
nathan 8c03994393 Fixed dependency issues 2020-06-02 23:06:50 +02:00
nathan 72ca7da686 Code polish. Fixed issue with publshing sha 256/512 checksums (incompatible with sonatype at the moment) 2020-06-02 22:44:56 +02:00
nathan 0b98df2e69 Initial commit of gradle publish plugin 2020-05-25 11:23:45 +02:00