wala / WALA

T.J. Watson Libraries for Analysis, with frontends for Java, Android, and JavaScript, and may common static program analyses
http://github.com/wala/WALA
Eclipse Public License 2.0
764 stars 223 forks source link

Publish using gradle-maven-publish plugin (#521) #1427

Closed liblit closed 4 months ago

liblit commented 4 months ago

Thoroughly testing these changes is delicate, since publishing to Maven Central involves an outside service, authentication, etc.  Instead, I've checked these changes in a limited manner:  I have verified that the publishAllPublicationsToFakeRemoteRepository task creates a local Maven repository containing exactly the same named files (in the same locations) as that task did before these changes.

github-actions[bot] commented 4 months ago

Test Results

  813 files  ±0    813 suites  ±0   3h 45m 19s :stopwatch: - 19m 6s   735 tests ±0    718 :white_check_mark: ±0   17 :zzz: ±0  0 :x: ±0  5 029 runs  ±0  4 908 :white_check_mark: ±0  121 :zzz: ±0  0 :x: ±0 

Results for commit faa345e7. ± Comparison against base commit 161cc0f5.

liblit commented 4 months ago

Thanks for that extra validation, @msridhar. I'm glad that this change will make future releases easier for us (well, you).