Skip to content

Instantly share code, notes, and snippets.

@fabiorecife
Created November 26, 2019 09:59
Show Gist options
  • Select an option

  • Save fabiorecife/2a8f8e205c4fb9b9b93c9627dd48295d to your computer and use it in GitHub Desktop.

Select an option

Save fabiorecife/2a8f8e205c4fb9b9b93c9627dd48295d to your computer and use it in GitHub Desktop.
build.gradle to jasperreports 6.10.0
plugins {
id 'java'
}
group 'br.recife.fabio'
version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
jcenter()
mavenCentral()
maven {
url 'http://jaspersoft.artifactoryonline.com/jaspersoft/third-party-ce-artifacts/'
}
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
// https://mvnrepository.com/artifact/net.sf.jasperreports/jasperreports
compile group: 'net.sf.jasperreports', name: 'jasperreports', version: '6.10.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment