Skip to content

Commit 2468bed

Browse files
committed
Use version catalog in smoke tests
1 parent 76adcb1 commit 2468bed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

smoke-tests/settings.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,11 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
15+
dependencyResolutionManagement {
16+
versionCatalogs {
17+
create("libs") {
18+
from(files("../gradle/libs.versions.toml"))
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)