Skip to content

Commit

Permalink
build(generator): configure toolchain provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Jun 30, 2024
1 parent 7c79437 commit 02264be
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions generator/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
pluginManagement {
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention")
}

rootProject.name = "generator"

dependencyResolutionManagement {
Expand Down

0 comments on commit 02264be

Please sign in to comment.