wooga / atlas-build-unity

a gradle companion plugin for the wooga internal unity build system
Apache License 2.0
2 stars 2 forks source link

Update to groovy3/gradle7 #194

Closed Joaquimmnetto closed 1 year ago

Joaquimmnetto commented 1 year ago

Description

Updates gradle to 7.6, spock to 2.3 and groovy to 3.0. Some test and provider changes related to the @OutputDirectory annotation. Some @OutputDirectory annotations were turned @Internal, and logPath.convention now comes directly from unity extension, instead of from the output property unityLogFile. Those results in no behavior change>

Also updates dependency plugins to their respective gradle 7 versions.

Changes