Skip to content

Commit

Permalink
initial checkin of iteration2
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilpipre committed Jan 23, 2025
1 parent 19adf28 commit 0513954
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
}

plugins {
id "de.undercouch.download" version "1.2"
id "de.undercouch.download" version "5.0.0"
}

project.ext {
Expand Down Expand Up @@ -123,6 +123,7 @@ task createModule {
implementation 'com.newrelic.agent.java:newrelic-agent:JAVA_AGENT_VERSION'
implementation 'com.newrelic.agent.java:newrelic-api:JAVA_AGENT_VERSION'
implementation fileTree(include: ['*.jar'], dir: '../libs')
implementation fileTree(include: ['*.jar'], dir: 'lib')
implementation fileTree(include: ['*.jar'], dir: '../test-lib')
}
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ include 'oracle-as-scheduler'
include 'oracle-webservices-disi'
include 'oracle-fmw-wsserver'
include 'fabric-runtime'
include 'weblogic-work'

0 comments on commit 0513954

Please sign in to comment.