All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bugsnag.android.gradle.SourceControl.kt Maven / Gradle / Ivy

There is a newer version: 8.1.0
Show newest version
package com.bugsnag.android.gradle

import org.gradle.api.model.ObjectFactory
import org.gradle.api.provider.Property
import javax.inject.Inject

open class SourceControl @Inject constructor(objects: ObjectFactory) {
    val provider: Property = objects.property(String::class.java)
    val repository: Property = objects.property(String::class.java)
    val revision: Property = objects.property(String::class.java)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy