Skip to content
Snippets Groups Projects
Select Git revision
  • e8eafb972ddeb9012c3171f29820fc7e3d44b9a6
  • develop default protected
  • renovate/configure
  • master protected
  • v3.1.2
  • v3.1.1
  • FREI_V1.3.1_D2009-11-12
7 results

build.gradle

Blame
  • build.gradle 895 B
    //--------------------------------------------------------------------
    // NERZ-SWE-Plugin
    //--------------------------------------------------------------------
    plugins {
      id "de.bsvrz.gradle.nerzswe" version "0.7.2"
    }
    
    //--------------------------------------------------------------------
    // SWE-Eigenschaften
    //--------------------------------------------------------------------
    description 'Funktionsbibliothek Telnet'
    group 'de.bsvrz.sys'
    version '1.3.2'
    
    // Properties des NERZ-SWE-Plugins:
    nerzswe {
      mainClassName = ''
      sweStatus = 'FREI'
      sweDatum = '2018-02-13'
    }
    
    //--------------------------------------------------------------------
    // Abhängigkeiten
    //--------------------------------------------------------------------
    String kernsoftware_version = '3.9.7'
    dependencies {
      compile group: 'de.bsvrz.sys', name: 'de.bsvrz.sys.funclib.debug', version: kernsoftware_version
    }