Skip to content
Snippets Groups Projects
Select Git revision
  • api-redesign
  • main default protected
  • 0.10.2
  • 0.10.1
  • 0.10.0
  • 0.9.2
  • 0.9.1
  • 0.9.0
  • 0.8.1
  • 0.8.0
  • 0.7.0
11 results

build.gradle.kts

Blame
  • build.gradle.kts 342 B
    /*
     * libquassel
     * Copyright (c) 2021 Janne Mareike Koschinski
     *
     * This Source Code Form is subject to the terms of the Mozilla Public License,
     * v. 2.0. If a copy of the MPL was not distributed with this file, You can
     * obtain one at https://mozilla.org/MPL/2.0/.
     */
    
    plugins {
      id("justjanne.kotlin")
      id("justjanne.publication")
    }