1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: ice-builder-gradle
Section: java
Priority: optional
Maintainer: José Gutiérrez de la Concha <jose@zeroc.com>
Uploaders: Ondřej Surý <ondrej@debian.org>
Build-Depends: debhelper,
debhelper-compat (= 10),
default-jdk,
gradle,
maven-repo-helper
Standards-Version: 4.6.1.1
Homepage: https://zeroc.com
Vcs-Git: https://github.com/zeroc-ice/ice-builder-gradle-debian-packaging.git
Vcs-Browser: https://github.com/zeroc-ice/ice-builder-gradle-debian-packaging.git
Package: gradle-ice-builder-plugin
Architecture: all
Depends: ${misc:Depends}
Section: java
Description: Gradle plug-in for developing Ice applications in Java
The Ice Builder for Gradle provides a Gradle plug-in named
slice. This plug-in manages the compilation of Slice files to
Java. It compiles your Slice files with slice2java, and it is also
capable of generating Freeze maps and indices with slice2freezej.
|