Skip to content

Commit

Permalink
Use version catalog in smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daymxn committed Oct 18, 2024
1 parent 76adcb1 commit 2468bed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions smoke-tests/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

dependencyResolutionManagement {
versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
}
}
}

0 comments on commit 2468bed

Please sign in to comment.