boschi
(Pedro Boschi)
November 13, 2018, 9:39pm
1
Hi,
Is it possible to extend or create and add a new custom Type to the Build Init plugin, so it can generate the layout for my tool?
If it is possible, how?
Thanks.
2 Likes
I’m also interested in this.
Have you found out a way to do it?
I’ve just asked on Slack and will update this if I get any answers.
I did some digging and it seems the plugins are implementations of
/*
* Copyright 2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.gradle.buildinit.plugins.internal;
import org.gradle.buildinit.plugins.internal.modifiers.BuildInitDsl;
import org.gradle.buildinit.plugins.internal.modifiers.BuildInitTestFramework;
import org.gradle.buildinit.plugins.internal.modifiers.ComponentType;
This file has been truncated. show original