/* * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 */ plugins { id 'java-library' } dependencies { subprojects.forEach { api project(':data-prepper-plugins:' + it.name) } }