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

ru.astrainteractive.gradleplugin.model.JInfo.kt Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package ru.astrainteractive.gradleplugin.model

import org.gradle.api.JavaVersion

data class JInfo(
    val ktarget: JavaVersion,
    val jtarget: JavaVersion,
    val jsource: JavaVersion
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy