Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for globals (0.45 sec)

  1. build-logic-settings/build.gradle.kts

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    description = "Provides settings plugins for configuring global build configuration"
    
    tasks.register("check") {
        dependsOn(subprojects.map { "${it.name}:check" })
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Tue Dec 30 04:30:54 UTC 2025
    - 785 bytes
    - Viewed (0)
Back to top