Skip to content

Commit

Permalink
Use standard Gradle source locations
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCreosote committed Apr 18, 2024
1 parent 644f76b commit 16a9afb
Show file tree
Hide file tree
Showing 180 changed files with 0 additions and 88 deletions.
67 changes: 0 additions & 67 deletions .classpath

This file was deleted.

21 changes: 0 additions & 21 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ plugins {
id 'org.ajoberstar.grgit' version '4.1.1'
}

// TODO NOW run tests from Eclipse w/o specifying classpath manually & remove sourceSets & classpath
// TODO NOW update any ant refs in docs to gradle

repositories {
Expand Down Expand Up @@ -67,26 +66,6 @@ war {
webXml = file('war/web.xml')
}

// Custom java project layout
sourceSets {
main {
java {
srcDirs = ["src"]
exclude '**/test/**'
}
}
test {
java {
srcDirs = ["src"]
include '**/test/**'
}
resources {
srcDirs = ["src"]
include "**/*wsjars"
}
}
}

configurations {
// can't directly access testImplementation, so extend and access
testimpl.extendsFrom testImplementation
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 16a9afb

Please sign in to comment.