Deviad commented on a change in pull request #113:
URL:
https://github.com/apache/openwhisk-runtime-php/pull/113#discussion_r790617314
##########
File path: build.gradle
##########
@@ -14,17 +14,28 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+plugins {
+ id 'scala'
+ id 'java'
+ id 'idea'
+ id 'eclipse'
+ id 'cz.alenkacz.gradle.scalafmt' version "${scalamftVersion}"
+}
-buildscript {
+subprojects {
+ gradle.ext.scalafmt.configFilePath = gradle.ext.scalafmt.config
+}
+allprojects {
Review comment:
Here I have applied allprojects because there are also sub-projects that
need these settings.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]